Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 381 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 381 Bytes

flagconfig

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.

Installation

Goatfile:

{
    "loc":"github.com/mediocregopher/flagconfig"
}

Standard

go get github.com/mediocregopher/flagconfig

Usage

See the example for basic usage.