package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 15, 2016
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go get github.com/goburrow/cfg/ini
Documentation
¶
Package ini provides helpers for reading ini file
Walk walks all items from r, calling walkFn for each item.
type FileLoader struct {
Path string
Required bool
}
FileLoader loads ini from file. It flattens keys into the form: section.name = value.
type WalkFunc func(section, name, value []byte) error
WalkFunc is the type of the function called for each key visited by Walk.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.