From abd504955bf8fad268e54ac0c9cd271e9fbfefde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Cerezo=20Guzm=C3=A1n?= Date: Mon, 2 Feb 2015 12:40:03 +0000 Subject: [PATCH] Added configuration management package viper --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da3540e..0e07c9a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# Awesome Go - +# Awesome Go A curated list of awesome Go frameworks, libraries and software. Inspired by [awesome-python](https://github.com/vinta/awesome-python). ### Contributing @@ -343,6 +342,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [browscap_go](https://github.com/fromYukki/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). * [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