bytes | Package bytes implements functions for the manipulation of byte slices. |
cmd/compile/internal/types | |
cmd/internal/obj | |
cmd/internal/obj/arm | |
cmd/internal/obj/arm64 | Package arm64 implements an ARM64 assembler. |
cmd/internal/obj/mips | |
cmd/internal/obj/ppc64 | Package ppc64 implements a PPC64 assembler that assembles Go asm into the corresponding PPC64 instructions as defined by the Power ISA 3.0B. |
cmd/internal/obj/s390x | |
cmd/internal/obj/x86 | |
cmd/internal/objabi | |
cmd/internal/src | |
container/heap | Package heap provides heap operations for any type that implements heap.Interface. |
crypto/sha1 | Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
html | Package html provides functions for escaping and unescaping HTML text. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
math | Package math provides basic constants and mathematical functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
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. |
time | Package time provides functionality for measuring and displaying time. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |