From 8f6f26e95ede2a2058fe6eb526239cb7770445c5 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Fri, 1 Nov 2024 13:12:16 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 94523491..06c6ab0f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ +## This library has **NO** relation to the go-yaml/yaml library + +This library is developed from scratch to replace [`go-yaml/yaml`](https://github.com/go-yaml/yaml). +If you're looking for a better YAML library, this one should be helpful. + # Why a new library? As of this writing, there already exists a de facto standard library for YAML processing for Go: [https://github.com/go-yaml/yaml](https://github.com/go-yaml/yaml). However we feel that some features are lacking, namely: