Add cleanenv configuration library (#2848)

This commit is contained in:
Ilya Kaznacheev 2020-01-03 00:04:37 +03:00 committed by Ceriath
parent 349055e504
commit ab62186a41

View File

@ -266,6 +266,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for configuration parsing.*
* [cleanenv](https://github.com/ilyakaznacheev/cleanenv) - Minimalistic configuration reader (from files, ENV, and wherever you want).
* [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.