# Functions
NewSection returns an initialize section for the name.
NewSections returns empty ini Sections.
NewStringValue returns a Value type generated using a string input.
OpenFile parses shared config from the given file path.
Parse parses shared config from the given reader.
# Structs
Section contains a name and values.
Sections is a map of Section structures that represent a configuration.
UnableToReadFile is an error indicating that a ini file could not be read.
Value is a union container.
# Type aliases
ValueType is an enum that will signify what type the Value is.