From 904d3112b164a91137e50dfdf4f7a063da472fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20Kaymak?= <7164005+gurkankaymak@users.noreply.github.com> Date: Tue, 31 Mar 2020 06:26:53 +0300 Subject: [PATCH] added gurkankaymak/hocon to configuration category (#3025) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b6fb5d8..e9e5967c 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gookit/config](https://github.com/gookit/config) - application config manage(load,get,set). support JSON, YAML, TOML, INI, HCL. multi file load, data override merge. * [harvester](https://github.com/beatlabs/harvester) - Harvester, a easy to use static and dynamic configuration package supportig seeding, env vars and Consul integration. * [hjson](https://github.com/hjson/hjson-go) - Human JSON, a configuration file format for humans. Relaxed syntax, fewer mistakes, more comments. +* [hocon](https://github.com/gurkankaymak/hocon) - Configuration library for working with the HOCON(a human-friendly JSON superset) format, supports features like environment variables, referencing other values, comments and multiple files. * [ingo](https://github.com/schachmat/ingo) - Flags persisted in an ini-like config file. * [ini](https://github.com/go-ini/ini) - Go package to read and write INI files. * [joshbetz/config](https://github.com/joshbetz/config) - Small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP.