From 1e39791414ae363df19cc4b7b42a5128ee2dca43 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 3 Aug 2015 22:17:41 -0300 Subject: [PATCH] adding env --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1fe3b41..e65c2e9f 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for configuration parsing* * [config](https://github.com/olebedev/config) - JSON or YAML configuration wrapper with environment variables and flags parsing. +* [env](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults). * [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.