cmd/compile/internal/base | |
cmd/compile/internal/compare | Package compare contains code for generating comparison routines for structs, strings and interfaces. |
cmd/compile/internal/escape | |
cmd/compile/internal/ir | |
cmd/compile/internal/reflectdata | |
cmd/compile/internal/ssagen | |
cmd/compile/internal/staticdata | |
cmd/compile/internal/staticinit | |
cmd/compile/internal/typecheck | |
cmd/compile/internal/types | |
cmd/internal/obj | |
cmd/internal/objabi | |
cmd/internal/src | |
cmd/internal/sys | |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
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). |
hash/fnv | Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions created by Glenn Fowler, Landon Curt Noll, and Phong Vo. |
internal/buildcfg | Package buildcfg provides access to the build configuration described by the current environment. |
io | Package io provides basic interfaces to I/O primitives. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |