The moreutils of Go.
Packages:
- container/omap - an ordered map implementation.
- container/ringbuf - a buffer that overwrites old data past a maximum size.
- crypto/streamcrypt - streaming symmetric encryption and decryption.
- io/moreio - generic streaming utilities.
- math/intmath - integer mathematics, unlike stdlib math which is float64.
- must - easy error handling for errors that should panic.
- os/oslite - allocation-free implementation of the stdlib os package.