bytes | Package bytes implements functions for the manipulation of byte slices. |
cmp | Package cmp provides types and functions related to comparing ordered values. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
hash/maphash | Package maphash provides hash functions on byte sequences and comparable values. |
iter | Package iter provides basic definitions and operations related to iterators over sequences. |
maps | Package maps defines various functions useful with maps of any type. |
math | Package math provides basic constants and mathematical functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
slices | Package slices defines various functions useful with slices of any type. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |