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.
Goatfile:
{
"loc":"github.com/mediocregopher/flagconfig"
}
Standard
go get github.com/mediocregopher/flagconfig
See the example for basic usage.