From b8570137b6d3486a6b0cd64706f749c624ffd0ad Mon Sep 17 00:00:00 2001 From: Nicholas Reid Date: Fri, 17 Apr 2026 12:32:01 -0700 Subject: [PATCH] Update README.md (#560) Added Golang library that supports both v1 and v2, and passes kdl-rs and kdl-test. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a16e213..ed3d997 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ of some examples of KDL in the wild (either v1, v2, or both): | Elixir | [kuddle](https://github.com/IceDragon200/kuddle) | ✅ | ✅ | | | Go | [gokdl](https://github.com/lunjon/gokdl) | ✅ | ✖️ | | | Go | [kdl-go](https://github.com/sblinch/kdl-go) | ✅ | ✖️ | | +| Go | [gokdl2](https://github.com/njreid/gokdl2) | ✅ | ✅ | Friendly errors & arena allocator | | Haskell | [Hustle](https://github.com/fuzzypixelz/Hustle) | ✅ | ✖️ | | | Haskell | [kdl-hs](https://github.com/brandonchinn178/kdl-hs) | ✅ | ✅ | Format/comment-preserving parser | | Java | [kdl4j](https://github.com/kdl-org/kdl4j) | ✅ | ✅ | |