Documentation
¶
Overview ¶
Package tomlutil provides shared helpers for minimal TOML parsing used by the local and radio providers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseSections ¶
ParseSections parses a minimal TOML document made up of repeated [[<section>]] blocks of `key = "value"` lines. For each section header it calls emit once with the accumulated fields, with values unquoted via Unquote. Blank lines, comments (#), and lines outside any section are ignored. An empty section still triggers emit, so callers apply their own validation. When a key repeats within a section, the last value wins.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.