Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 925 Bytes

File metadata and controls

13 lines (10 loc) · 925 Bytes

toolbox

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.