From 1f50ae300bfd9a739942c8b65c709c6a806dd44a Mon Sep 17 00:00:00 2001 From: Gerasimos Maropoulos Date: Fri, 9 Sep 2016 08:35:41 +0300 Subject: [PATCH] Fix test, go-options is top of the gofigure(;) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca3cdd1..5544e1e 100644 --- a/README.md +++ b/README.md @@ -176,8 +176,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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 * [go-options](https://github.com/kataras/go-options) - Clean APIs for your Go Applications +* [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy * [hjson](https://github.com/hjson/hjson-go) - Human JSON, a configuration file format for humans. Relaxed syntax, fewer mistakes, more comments. * [ingo](https://github.com/schachmat/ingo) - Flags persisted in an ini-like config file * [ini](https://github.com/go-ini/ini) - Go package for read and write INI files