Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownKeys = errors.New("unknown keys")
ErrUnknownKeys indicates that the TOML file contains keys not defined in the target struct.
Functions ¶
func Load ¶
Load loads a TOML configuration file from path into cfg.
cfg must be a pointer. Unknown keys in the file result in ErrUnknownKeys.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.