package
0.0.0-20201212123421-2e2d98ca8249
Repository: https://github.com/goml/gobrain.git
Documentation: pkg.go.dev

# Functions

Load loads the file at path into v.
Save saves a representation of v to the file at path.

# Variables

Marshal is a function that marshals the object into an io.Reader.
Unmarshal is a function that unmarshals the data from the reader into the specified value.