bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
cmd/internal/objfile | Package objfile implements portable access to OS-specific executable files. |
cmd/internal/src | |
container/list | Package list implements a doubly linked list. |
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. |
golang.org/x/arch/arm/armasm | |
golang.org/x/arch/arm64/arm64asm | |
golang.org/x/arch/loong64/loong64asm | |
golang.org/x/arch/ppc64/ppc64asm | Package ppc64asm implements decoding of 64-bit PowerPC machine code. |
golang.org/x/arch/riscv64/riscv64asm | |
golang.org/x/arch/s390x/s390xasm | |
golang.org/x/arch/x86/x86asm | Package x86asm implements decoding of x86 machine code. |
io | Package io provides basic interfaces to I/O primitives. |
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. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |