A very simple library for specifying parameters and their default values and having them be read in from either the command-line or a configuration file. Also does auto-generation of configuration files with default values set.
- loc: https://github.com/mediocregopher/flagconfig.git
type: git
ref: v0.5.0
path: github.com/mediocregopher/flagconfig
Standard
go get github.com/mediocregopher/flagconfig
Godocs can be found here
See the example for basic usage.