peanut writes data structs without ceremony in a variety of formats.
TODO
Get the package:
go get github.com/jimsmart/peanut
Use the package within your code (see examples below):
import "github.com/jimsmart/peanut"
See GoDocs.
GoDocs https://godoc.org/github.com/jimsmart/peanut
To run the tests execute go test
inside the project folder.
For a full coverage report, try:
go test -coverprofile=coverage.out && go tool cover -html=coverage.out
Package peanut is copyright 2020-2021 by Jim Smart and released under the BSD 3-Clause License.
- v0.0.1: Initial release.