From d5e07b00ca9bcde28f74cf1c3f65b74416b43e15 Mon Sep 17 00:00:00 2001 From: Milad Abbasi Date: Fri, 19 Feb 2021 13:38:13 +0330 Subject: [PATCH] Add gonfig to configuration libs (#3465) * Add gonfig to configuration libs * Fix link Co-authored-by: Milad Abbasi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25887085..5aa13361 100644 --- a/README.md +++ b/README.md @@ -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.