From 983e5b42955c044905eca93a327dfd1f6e92b5ec Mon Sep 17 00:00:00 2001 From: Nguyen Dang Minh Date: Tue, 7 Apr 2015 00:09:46 +0700 Subject: [PATCH 1/2] Add a new Configuration package: mini --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 966bc2f6..3074684e 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [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 +* [mini](https://github.com/FogCreek/mini) - A golang package for parsing ini-style configuration files ## Command Line From 797c9c2d7c51e4c194182958eae372ad0087ce31 Mon Sep 17 00:00:00 2001 From: Nguyen Dang Minh Date: Tue, 7 Apr 2015 08:44:20 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3074684e..6a7a8f03 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,8 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [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 * [mini](https://github.com/FogCreek/mini) - A golang package for parsing ini-style configuration files +* [viper](https://github.com/spf13/viper) - Go configuration with fangs ## Command Line