From 72edc8e9410a372d22ffb75d50d85b646e7b8814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Kova=C4=8Di=C4=8D?= Date: Mon, 2 Feb 2015 23:42:35 +0100 Subject: [PATCH] Adding link to https://github.com/tomazk/envcfg * useful lib if you write web apps * actively maintained * full test suite with tests on travis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0674c78..c907f13 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields * [browscap_go](https://github.com/fromYukki/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). +* [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs. * [envconf](https://github.com/ian-kent/envconf) - Configuration from environment * [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy * [xstrings](https://github.com/huandu/xstrings) - A collection of useful string functions ported from other languages.