bytes | Package bytes implements functions for the manipulation of byte slices. |
cmd/compile/internal/base | |
cmd/internal/hash | Package hash implements hash functions used in the compiler toolchain. |
cmd/internal/obj | |
cmd/internal/objabi | |
cmd/internal/src | |
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. |
go/constant | Package constant implements Values representing untyped Go constants and their corresponding operations. |
internal/buildcfg | Package buildcfg provides access to the build configuration described by the current environment. |
internal/goversion | |
internal/lazyregexp | Package lazyregexp is a thin wrapper over regexp, allowing the use of global regexp variables without forcing them to be compiled at init. |
internal/types/errors | |
log | Package log implements a simple logging package. |
math | Package math provides basic constants and mathematical functions. |
slices | Package slices defines various functions useful with slices of any type. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |