Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("config file not found")
View Source
var Unmarshalers = []Unmarshaler{ yaml.Unmarshal, toml.Unmarshal, jsonex.Unmarshal, }
Functions ¶
func TryAllUnmarshalers ¶
Types ¶
type Unmarshaler ¶
Click to show internal directories.
Click to hide internal directories.