mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add gonfig to configuration libs (#3465)
* Add gonfig to configuration libs * Fix link Co-authored-by: Milad Abbasi <mi.abbasi@sishemi.ir>
This commit is contained in:
parent
bd86f24f50
commit
d5e07b00ca
@ -317,6 +317,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [godotenv](https://github.com/joho/godotenv) - Go port of Ruby's dotenv library (Loads environment variables from `.env`).
|
||||
* [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy.
|
||||
* [gone/jconf](https://github.com/One-com/gone/tree/master/jconf) - Modular JSON configuration. Keep you config structs along with the code they configure and delegate parsing to submodules without sacrificing full config serialization.
|
||||
* [gonfig](https://github.com/milad-abbasi/gonfig) - Tag-based configuration parser which loads values from different providers into typesafe struct.
|
||||
* [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.
|
||||
|
Loading…
Reference in New Issue
Block a user