bytes | Package bytes implements functions for the manipulation of byte slices. |
cmd/go/internal/base | Package base defines shared basic pieces of the go command, in particular logging and the Command structure. |
cmp | Package cmp provides types and functions related to comparing ordered values. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
golang.org/x/mod/modfile | Package modfile implements a parser and formatter for go.mod files. |
golang.org/x/mod/module | Package module defines the module.Version type along with support code. |
golang.org/x/mod/semver | Package semver implements comparison of semantic version strings. |
internal/goversion | |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |