# Functions
New creates a new config instance.
NewDecoder returns a new decoder that reads from r.
NewEncoder returns a new encoder that writes to w.
# Constants
NoSubsection token is passed to Config.Section and Config.SetSection to represent the absence of a section.
# Structs
Config contains all the sections, comments and includes from a config file.
A Decoder reads and decodes config files from an input stream.
An Encoder writes config files to an output stream.
Include is a reference to an included config file.
Option defines a key/value entity in a config file.
Section is the representation of a section inside git configuration files.
No description provided by the author
# Type aliases
Comment string without the prefix '#' or ';'.
Includes is a list of Includes in a config file.
No description provided by the author
No description provided by the author
No description provided by the author