Merge pull request #277 from tomazk/patch-1

Adding link to https://github.com/tomazk/envcfg
This commit is contained in:
Matt Holt 2015-02-02 16:47:34 -07:00
commit cfb4c076d8

View File

@ -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 * [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/). * [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 * [envconf](https://github.com/ian-kent/envconf) - Configuration from environment
* [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy * [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. * [xstrings](https://github.com/huandu/xstrings) - A collection of useful string functions ported from other languages.