From 5cf93d6666f9a388eb784a055cc801cbd99d27dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Cerezo=20Guzm=C3=A1n?= Date: Wed, 25 Feb 2015 12:39:15 +0000 Subject: [PATCH] Added configuration section Miscellaneous section had 4 packages dedicated to configuration management and parsing. New configuration section created with this packages: * envcfg * envconf * gofigure * viper --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 57859b9..a0006a9 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno - [Audio & Music](#audiomusic) - [Authentication & OAuth](#authentication--oauth) - [CSS Preprocessors](#css-preprocessors) + - [Configuration](#configuration) - [CUI](#cui) - [Database](#database) - [Database Drivers](#database-drivers) @@ -100,6 +101,16 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [gcss](https://github.com/yosssi/gcss) - Pure Go CSS Preprocessor. +## Configuration + +*Libraries for configuration parsing* + +* [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 +* [viper](https://github.com/spf13/viper) - Go configuration with fangs + + ## CUI *Libraries for building CUI Applications* @@ -343,10 +354,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [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 -* [viper](https://github.com/spf13/viper) - Go configuration with fangs * [xstrings](https://github.com/huandu/xstrings) - A collection of useful string functions ported from other languages. ## Natural Language Processing