From d201f1df9a2a28116af4519b00f058498efee00c Mon Sep 17 00:00:00 2001 From: Milad Rahimi Date: Thu, 7 Nov 2019 02:05:55 +0330 Subject: [PATCH] Add golobby/config (#2807) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2509e2fa..235e33e2 100644 --- a/README.md +++ b/README.md @@ -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.