package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Jun 14, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ErrSyntax struct {
Line int
Source string
}
A File represents a parsed INI file.
Loads and returns a File from a reader.
Loads and returns an INI File from a file on disk.
Looks up a value for a key in a section and returns that value, along with a boolean result similar to a map lookup.
Loads INI data from a reader and stores the data in the File.
Loads INI data from a named file and stores the data in the File.
Returns a named Section. A Section will be created if one does not already exist for the given name.
A Section represents a single section of an INI file.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.