From ab62186a41805105246a324514650cb07fbc609a Mon Sep 17 00:00:00 2001 From: Ilya Kaznacheev Date: Fri, 3 Jan 2020 00:04:37 +0300 Subject: [PATCH] Add cleanenv configuration library (#2848) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2aca9a1..04c56e5d 100644 --- a/README.md +++ b/README.md @@ -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.