Add golobby/config (#2807)

This commit is contained in:
Milad Rahimi 2019-11-07 02:05:55 +03:30 committed by Ceriath
parent 4bba006ed0
commit d201f1df9a

View File

@ -263,6 +263,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for configuration parsing.*
* [config](https://github.com/golobby/config) - A lightweight yet powerful config package for Go projects.
* [config](https://github.com/JeremyLoy/config) - Cloud native application configuration. Bind ENV to structs in only two lines.
* [config](https://github.com/olebedev/config) - JSON or YAML configuration wrapper with environment variables and flags parsing.
* [configure](https://github.com/paked/configure) - Provides configuration through multiple sources, including JSON, flags and environment variables.