package
0.0.4
Repository: https://github.com/tomwright/kubo.git
Documentation: pkg.go.dev

# Functions

FromBytes returns some Data that is represented by the given bytes.
LoadFromFile loads Data from the given file.
SaveToFile saves Data to the given file.
ToBytes returns the byte representation of the given Data.

# Variables

ErrNotFound is used when you try to read a data item that does not exist.
ErrUnexpectedType is used when you try to use a data item as a type that it is not.

# Type aliases

Data represents a piece of config data.
No description provided by the author