Documentation
¶
Overview ¶
Package ini is a small, hand-written INI parser covering the practical subset gostructor needs: `[section]` headers, `key = value` or `key: value` pairs, `;`/`#` line comments, and quoted values. It does not support key interpolation (`%(name)s`), multi-line values, or duplicate-key merging beyond "last one wins".
Index ¶
Constants ¶
View Source
const GlobalSection = ""
GlobalSection is the section name for keys that appear before any `[section]` header.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.