From a021cd57736b77f9cf37f011d1086e8aca5e02d8 Mon Sep 17 00:00:00 2001 From: Marco Muratori Date: Wed, 3 Oct 2018 20:49:32 +0200 Subject: [PATCH] moved sprbox from Utilities to Config section (#2089) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2788103e..1ea53339 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [joshbetz/config](https://github.com/joshbetz/config) - Small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP. * [kelseyhightower/envconfig](https://github.com/kelseyhightower/envconfig) - Go library for managing configuration data from environment variables. * [mini](https://github.com/sasbury/mini) - Golang package for parsing ini-style configuration files. +* [sprbox](https://github.com/oblq/sprbox) - Build-environment aware toolbox factory and agnostic config parser (YAML, TOML, JSON and Environment vars). * [store](https://github.com/tucnak/store) - Lightweight configuration manager for Go. * [viper](https://github.com/spf13/viper) - Go configuration with fangs. * [xdg](https://github.com/OpenPeeDeeP/xdg) - Cross platform package that follows the [XDG Standard](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html). @@ -1491,7 +1492,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [scheduler](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy. * [sling](https://github.com/dghubble/sling) - Go HTTP requests builder for API clients. * [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. -* [sprbox](https://github.com/oblq/sprbox) - Build-environment aware toolbox factory and agnostic config parser (YAML, TOML, JSON and Environment vars). * [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package. * [Storm](https://github.com/asdine/storm) - Simple and powerful toolkit for BoltDB. * [structs](https://github.com/PumpkinSeed/structs) - Implement simple functions to manipulate structs.