Add Confita (#1892)

This commit is contained in:
Asdine El Hrychy 2018-04-20 17:36:26 +02:00 committed by Cássio Botaro
parent dcd8258ee2
commit a6954459ff

View File

@ -208,6 +208,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [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.
* [confita](https://github.com/heetch/confita) - Load configuration in cascade from multiple backends into a struct.
* [env](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults).
* [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs.
* [envconf](https://github.com/ian-kent/envconf) - Configuration from environment.