Documentation
¶
Overview ¶
package tinyini provides an extremely bare-bones library for parsing INI-like configuration files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
Parse will produce a map of Section from an io.Reader. The caller should note that Parse returns a slice of errors in the order of occurrence, so the condition for success is len(errs) == 0. Parse will parse as much as possible even when encountering errors, so result may contain something useful even if len(errs) > 0.
Types ¶
Click to show internal directories.
Click to hide internal directories.