Documentation
¶
Overview ¶
Package config contains helpers for loading and dumping TOML config files
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Indent is the string used for indenting TOML files when encoding them
Indent = ` `
)
Functions ¶
func LoadFile ¶
LoadFile loads a TOML file by name, expanding environment variables, filling gaps and validating its content.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.