Skip to main content

parse.ini

Description

Parse INI files

Init

parse.ini(path string) parse.ini(delimiter string)

Fields

IDTYPEDESCRIPTION
delimiterstringSymbol that separates keys and values
filefileFile that is parsed
contentstringRaw content of the file that is parsed
sectionsmap[string]map[string]stringMap of sections and key-value pairs
paramsmap[string]stringMap of parameters that don't belong to sections