From 76ee46fda73a0062ed51e5ff41d60af095774a17 Mon Sep 17 00:00:00 2001 From: Coding Concepts Date: Fri, 25 Aug 2017 01:00:45 +0100 Subject: [PATCH] Added 'env' struct configuration CLI library (#1553) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4f90f51..c00eab6e 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [complete](https://github.com/posener/complete) - Write bash completions in Go + Go command bash completion. * [docopt.go](https://github.com/docopt/docopt.go) - Command-line arguments parser that will make you smile. * [drive](https://github.com/odeke-em/drive) - Google Drive client for the commandline. +* [env](https://github.com/codingconcepts/env) - Tag-based environment configuration for structs. * [flag](https://github.com/cosiner/flag) - Simple but powerful command line option parsing library for Go support subcommand. * [go-arg](https://github.com/alexflint/go-arg) - Struct-based argument parsing in Go. * [go-flags](https://github.com/jessevdk/go-flags) - go command line option parser.