Skip to content

peanut is a Go package to write tagged data structs to disk in a variety of formats, simply and without ceremony.

License

Notifications You must be signed in to change notification settings

jimsmart/peanut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

peanut

BSD3 Build Status codecov Go Report Card Used By Godoc

peanut writes data structs without ceremony in a variety of formats.

About

TODO

Quickstart

Installation

Get the package:

go get github.com/jimsmart/peanut

Use the package within your code (see examples below):

import "github.com/jimsmart/peanut"

Example Code

See GoDocs.

Documentation

GoDocs https://godoc.org/github.com/jimsmart/peanut

Testing

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

License

Package peanut is copyright 2020-2021 by Jim Smart and released under the BSD 3-Clause License.

History

  • v0.0.1: Initial release.

About

peanut is a Go package to write tagged data structs to disk in a variety of formats, simply and without ceremony.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages