A simple interface to configuration parameters for an app, accessed through either command line, environment variables, or configuration file.
To install
go get github.com/mediocregopher/lever
To use
import "github.com/mediocregopher/lever"
See the api docs for more detailed usage and examples