From c252f68dd07ac36e04dc2230a46747a6ce760762 Mon Sep 17 00:00:00 2001 From: Marco Muratori Date: Sun, 12 Aug 2018 12:23:19 +0200 Subject: [PATCH] updated sprbox description (#2039) * added workerful and sprbox * Update README.md * updated sprbox description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5352cb1..b3dfb2f9 100644 --- a/README.md +++ b/README.md @@ -1466,7 +1466,7 @@ 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, init and configure a toolbox struct in one line. +* [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.