From 9e2c9630a1c9fb4a175a95a6815ab24d560fd341 Mon Sep 17 00:00:00 2001 From: mashuai Date: Fri, 16 Oct 2015 16:07:18 +0800 Subject: [PATCH] add gcfg in Configuration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a19b782c..09e25514 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs. * [envconf](https://github.com/ian-kent/envconf) - Configuration from environment * [envconfig](https://github.com/vrischmann/envconfig) - Read your configuration from environment variables. +* [gcfg](https://github.com/go-gcfg/gcfg) - read INI-style configuration files into Go structs; supports user-defined types and subsections * [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy * [ini](https://github.com/go-ini/ini) - Go package for read and write INI files * [mini](https://github.com/FogCreek/mini) - A golang package for parsing ini-style configuration files