Utility packages for go. Go 1 Compatible. Go Gettable.
go get github.com/cookieo9/go-misc/pp
go get github.com/cookieo9/go-misc/slice
etc...
Documentation for all subpackages is available at http://www.godoc.org/github.com/cookieo9/go-misc
avg Types to compute running averages
big128 Tools to preallocate 128-bit math/big.Ints
chans Channel utilities
dbg Easy debugging message utility.
flagutil Utility types for stdlib flag package.
maps Utility functions to extract keys/values/both from maps.
pp Pretty Printer for go objects using text/tabwriter.
slice Generic functions and features for slices.