bytes | Package bytes implements functions for the manipulation of byte slices. |
cmd/compile/internal/base | |
cmd/compile/internal/dwarfgen | |
cmd/compile/internal/importer | package importer implements package reading for gc-generated object files. |
cmd/compile/internal/inline | |
cmd/compile/internal/inline/interleaved | Package interleaved implements the interleaved devirtualization and inlining pass. |
cmd/compile/internal/ir | |
cmd/compile/internal/objw | |
cmd/compile/internal/pgoir | Package pgoir associates a PGO profile with the IR of the current package compilation. |
cmd/compile/internal/rangefunc | Package rangefunc rewrites range-over-func to code that doesn't use range-over-funcs. |
cmd/compile/internal/reflectdata | |
cmd/compile/internal/staticinit | |
cmd/compile/internal/syntax | |
cmd/compile/internal/typecheck | |
cmd/compile/internal/types | |
cmd/compile/internal/types2 | Package types2 declares the data types and implements the algorithms for type-checking of Go packages. |
cmd/internal/bio | Package bio implements common I/O abstractions used within the Go toolchain. |
cmd/internal/goobj | |
cmd/internal/hash | Package hash implements hash functions used in the compiler toolchain. |
cmd/internal/obj | |
cmd/internal/objabi | |
cmd/internal/src | |
cmp | Package cmp provides types and functions related to comparing ordered values. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
errors | Package errors implements functions to manipulate errors. |
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. |
go/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
go/version | Package version provides operations on [Go versions] in [Go toolchain name syntax]: strings like "go1.20", "go1.21.0", "go1.22rc2", and "go1.23.4-bigcorp". |
internal/buildcfg | Package buildcfg provides access to the build configuration described by the current environment. |
internal/exportdata | Package exportdata implements common utilities for finding and reading gc-generated object files. |
internal/pkgbits | Package pkgbits implements low-level coding abstractions for Unified IR's export data format. |
internal/types/errors | |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
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. |
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. |