| cmd/go/internal/gover | Package gover implements support for Go toolchain versions like 1.21.0 and 1.21rc1. |
| cmd/internal/par | Package par implements parallel execution helpers. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| golang.org/x/mod/module | |
| slices | Package slices defines various functions useful with slices of any type. |
| sort | Package sort provides primitives for sorting slices and user-defined collections. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |