| cmd/compile/internal/base | |
| cmd/compile/internal/bitvec | |
| cmd/compile/internal/compare | Package compare contains code for generating comparison routines for structs, strings and interfaces. |
| cmd/compile/internal/ir | |
| cmd/compile/internal/objw | |
| cmd/compile/internal/rttype | Package rttype allows the compiler to share type information with the runtime. |
| cmd/compile/internal/staticdata | |
| cmd/compile/internal/typebits | |
| cmd/compile/internal/typecheck | |
| cmd/compile/internal/types | |
| 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. |
| internal/abi | |
| 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. |