Skip to content

robbiev/pinata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package pinata is a utility to beat data out of interface{}, []interface{} and map[string]interface{}.

Unlike other packages most methods do not return an error type. They become a no-op when the first error is found so the error can be checked after a series of operations instead of at each operation separately (inspired by https://blog.golang.org/errors-are-values). Special care is taken to return good errors so you can still find out where things went wrong.

See https://godoc.org/github.com/robbiev/pinata for more information.

(image by Raquel Gonzalez)

About

piñata is a go package to beat data out of interface{}, []interface{} and map[string]interface{}

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages