read INI-style configuration files into Go structs; supports user-defined types and subsections
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.appveyor
.circleci
scanner
testdata
token
types
LICENSE
README
doc.go
errors.go
example_test.go
issues_test.go
read.go
read_test.go
set.go

README

Gcfg reads INI-style configuration files into Go structs;
supports user-defined types and subsections.

Package docs: https://godoc.org/gopkg.in/gcfg.v1