# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrInvalidEscapeSequence indicates that the escape character ('\') was followed by an invalid character.
ErrInvalidKeyChar indicates that there was an invalid key character.
ErrInvalidSectionChar indicates that there was an invalid character in section.
ErrMissingClosingBracket indicates that there was a missing closing bracket in section.
ErrMissingEquals indicates that an equals sign ('=') was expected but not found.
ErrMissingStartQuote indicates that there was a missing start quote.
ErrPartialBOM indicates that the file begins with a partial UTF8-BOM.
ErrSectionNewLine indicates that there was a newline in section.
ErrUnexpectedEOF indicates that there was an unexpected EOF.
ErrUnfinishedQuote indicates that a value has an odd number of (unescaped) quotes.
# Structs
No description provided by the author