Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ErrYAML marks a YAML decode failure. ErrYAML errs.Const = "yaml" // ErrJSON marks a JSON encoding failure (e.g. a YAML mapping with // non-string keys, which JSON cannot represent). ErrJSON errs.Const = "json" )
The package's error vocabulary: errs.Const sentinels matched with errors.Is.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.