• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.travis.ymlH A D25-Dec-201967

LICENSEH A D25-Dec-20191,023

README.mdH A D25-Dec-2019514

example_test.goH A D25-Dec-2019866

go.modH A D25-Dec-201949

options.goH A D25-Dec-20197 KiB

options_test.goH A D25-Dec-20197.3 KiB

README.md

1# go-options
2
3Resolve configuration values set via command line flags, config files, and default struct values.
4
5[![Build Status](https://secure.travis-ci.org/mreiferson/go-options.png?branch=master)](http://travis-ci.org/mreiferson/go-options) [![GoDoc](https://godoc.org/github.com/mreiferson/go-options?status.svg)](https://godoc.org/github.com/mreiferson/go-options) [![GitHub release](https://img.shields.io/github/release/mreiferson/go-options.svg)](https://github.com/mreiferson/go-options/releases/latest)
6