Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TomlFormat = newFormat("+++", toml.Unmarshal)
View Source
var YamlFormat = newFormat("---", yaml.Unmarshal)
Functions ¶
Types ¶
type Format ¶
type Format struct { Delimiter string Unmarshal UnmarshalFunc }
type UnmarshalFunc ¶
Click to show internal directories.
Click to hide internal directories.