//
pkg.gl
Category
github.com/goml/gobrain
persist
package
0.0.0-20201212123421-2e2d98ca8249
Repository:
https://github.com/goml/gobrain.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
0
Files
43 SLOC
#
Functions
Load
Load loads the file at path into v.
Save
Save saves a representation of v to the file at path.
#
Variables
Marshal
Marshal is a function that marshals the object into an io.Reader.
Unmarshal
Unmarshal is a function that unmarshals the data from the reader into the specified value.