| bytes | Package bytes implements functions for the manipulation of byte slices. |
| cmd/compile/internal/abi | |
| cmd/compile/internal/abt | |
| cmd/compile/internal/base | |
| cmd/compile/internal/ir | |
| cmd/compile/internal/logopt | |
| cmd/compile/internal/reflectdata | |
| cmd/compile/internal/typecheck | |
| cmd/compile/internal/types | |
| cmd/internal/dwarf | Package dwarf generates DWARF debugging information. |
| cmd/internal/hash | Package hash implements hash functions used in the compiler toolchain. |
| cmd/internal/obj | |
| cmd/internal/obj/arm | |
| cmd/internal/obj/arm64 | Package arm64 implements an ARM64 assembler. |
| cmd/internal/obj/loong64 | |
| cmd/internal/obj/mips | |
| cmd/internal/obj/ppc64 | Package ppc64 implements a PPC64 assembler that assembles Go asm into the corresponding PPC64 instructions as defined by the Power ISA 3.0B. |
| cmd/internal/obj/riscv | Package riscv implements the riscv64 assembler. |
| cmd/internal/obj/s390x | |
| cmd/internal/obj/wasm | |
| cmd/internal/obj/x86 | |
| cmd/internal/objabi | |
| cmd/internal/src | |
| cmd/internal/sys | |
| cmp | Package cmp provides types and functions related to comparing ordered values. |
| container/heap | Package heap provides heap operations for any type that implements heap.Interface. |
| encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
| encoding/hex | Package hex implements hexadecimal encoding and decoding. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| hash/crc32 | Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum. |
| html | Package html provides functions for escaping and unescaping HTML text. |
| internal/buildcfg | Package buildcfg provides access to the build configuration described by the current environment. |
| internal/unsafeheader | Package unsafeheader contains header declarations for the Go runtime's slice and string implementations. |
| io | Package io provides basic interfaces to I/O primitives. |
| log | Package log implements a simple logging package. |
| math | Package math provides basic constants and mathematical functions. |
| math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
| math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
| math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| os/exec | Package exec runs external commands. |
| path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
| regexp | Package regexp implements regular expression search. |
| runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
| slices | Package slices defines various functions useful with slices of any type. |
| sort | Package sort provides primitives for sorting slices and user-defined collections. |
| 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. |
| time | Package time provides functionality for measuring and displaying time. |
| unsafe | Package unsafe contains operations that step around the type safety of Go programs. |