bytes | Package bytes implements functions for the manipulation of byte slices. |
cmd/compile/internal/logopt | |
cmd/compile/internal/types | |
cmd/internal/dwarf | Package dwarf generates DWARF debugging information. |
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/riscv | Code generated by ./parse.py -go rv64_a rv64_d rv64_f rv64_i rv64_m rv64_q rv64_zba rv64_zbb rv64_zbs rv_a rv_d rv_f rv_i rv_m rv_q rv_s rv_system rv_v rv_zba rv_zbb rv_zbs rv_zicsr; DO NOT EDIT. |
cmd/internal/obj/s390x | |
cmd/internal/obj/wasm | |
cmd/internal/obj/x86 | |
cmd/internal/objabi | |
cmd/internal/src | |
cmd/internal/sys | |
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. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
hash/crc32 | Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum. |
html | Package html provides functions for escaping and unescaping HTML text. |
internal/execabs | |
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). |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
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. |