From 8eb4b38418426682e5c27fab5874f3c762042093 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Wed, 22 Jul 2015 21:58:22 +0200 Subject: [PATCH] Added envconfig to Configuration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5afb06e8..af3d0bb3 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,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. * [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs. * [envconf](https://github.com/ian-kent/envconf) - Configuration from environment +* [envconfig](https://github.com/vrischmann/envconfig) - Read your configuration from environment variables. * [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy * [ini](https://github.com/go-ini/ini) - Go package for read and write INI files * [mini](https://github.com/FogCreek/mini) - A golang package for parsing ini-style configuration files