errors | Package errors implements functions to manipulate errors. |
internal/byteorder | Package byteorder provides functions for decoding and encoding little and big endian integer types from/to byte slices. |
internal/chacha8rand | Package chacha8rand implements a pseudorandom generator based on ChaCha8. |
math | Package math provides basic constants and mathematical functions. |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |