From 81659ec4ad17272804f251595d11736e5d31de6e Mon Sep 17 00:00:00 2001 From: Roman Sharkov Date: Mon, 22 Jul 2024 21:22:39 +0200 Subject: [PATCH] Add github.com/romshark/yamagiconf (#5357) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98f32150..f6c41e4a 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,7 @@ _Libraries for configuration parsing._ - [viper](https://github.com/spf13/viper) - Go configuration with fangs. - [xdg](https://github.com/adrg/xdg) - Go implementation of the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and [XDG user directories](https://wiki.archlinux.org/index.php/XDG_user_directories). - [xdg](https://github.com/OpenPeeDeeP/xdg) - Cross platform package that follows the [XDG Standard](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html). +- [yamagiconf](https://github.com/romshark/yamagiconf) - The "safe subset" of YAML for Go configs. **[⬆ back to top](#contents)**