add cristalhq/aconfig (#3184)

This commit is contained in:
Oleg Kovalov 2020-08-02 22:33:44 +02:00 committed by GitHub
parent 1afdc7c02e
commit 8a279b7327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,6 +278,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for configuration parsing.*
* [aconfig](https://github.com/cristalhq/aconfig) - Simple, useful and opinionated config loader.
* [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.