encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
hash | Package hash provides interfaces for hash functions. |
hash/fnv | Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions created by Glenn Fowler, Landon Curt Noll, and Phong Vo. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
time | Package time provides functionality for measuring and displaying time. |