mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
added gurkankaymak/hocon to configuration category (#3025)
This commit is contained in:
parent
551b644b1c
commit
904d3112b1
@ -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.
|
* [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.
|
* [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.
|
* [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.
|
* [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.
|
* [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.
|
* [joshbetz/config](https://github.com/joshbetz/config) - Small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP.
|
||||||
|
Loading…
Reference in New Issue
Block a user