package
Version:
v0.0.0-...-b76ee76
Opens a new window with list of versions in this module.
Published: Aug 12, 2016
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package jsonconfig handles loading a JSON file into a struct.
Load the JSON config file.
LoadOrFatal loads the JSON config file and exits if it can't be parsed.
type Parser interface {
ParseJSON([]byte) error
}
Parser must implement ParseJSON.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.