unixdj / conf

Trivial configuration file parser and getopt for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trivial configuration file parser for Go.

Copyright 2011 Vadim Vygonets.  Licensed under WTFPL 2.0.

Installing:
goinstall github.com/unixdj/conf 

Documentation in source files.  You can view it online here:
http://gopkgdoc.appspot.com/pkg/github.com/unixdj/conf

I wrote this because other Go configuration file parser packages are too big.

About

Trivial configuration file parser and getopt for Go

License:Do What The F*ck You Want To Public License


Languages

Language:Go 100.0%