From d8ca0542d52717afbfc5af5ea1a0fb90e222428f Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Sun, 15 Dec 2024 09:37:46 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index afcc802..c305c20 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ By the way, libraries such as [ghodss/yaml](https://github.com/ghodss/yaml) and - A better parser than `go-yaml/yaml`. - [Support recursive processing](https://github.com/apple/device-management/blob/release/docs/schema.yaml) - Higher coverage in the [YAML Test Suite](https://github.com/yaml/yaml-test-suite?tab=readme-ov-file) + - YAML Test Suite consists of 402 cases in total, of which `gopkg.in/yaml.v3` passes `295`. In addition to passing all those test cases, `goccy/go-yaml` successfully passes nearly 60 additional test cases ( 2024/12/15 ) + - The test code is [here](https://github.com/goccy/go-yaml/blob/master/yaml_test_suite_test.go#L77) - Ease and sustainability of maintenance - The main maintainer is [@goccy](https://github.com/goccy), but we are also building a system to develop as a team with trusted developers - Since it is written from scratch, the code is easy to read for Gophers