cmd/compile/internal/base | |
cmd/compile/internal/ir | |
cmd/compile/internal/logopt | |
cmd/compile/internal/pgo | |
cmd/compile/internal/typecheck | |
cmd/compile/internal/types | |
cmd/internal/obj | |
cmd/internal/src | |
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. |
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. |