cmp | Package cmp provides types and functions related to comparing ordered values. |
debug/dwarf | Package dwarf provides access to DWARF debugging information loaded from executable files, as defined in the DWARF 2.0 Standard at http://dwarfstd.org/doc/dwarf-2.0.0.pdf. |
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. |
golang.org/x/debug/dwtest | |
golang.org/x/debug/internal/core | The core library is used to process ELF core dump files. |
golang.org/x/debug/third_party/delve/dwarf/godwarf | |
golang.org/x/debug/third_party/delve/dwarf/loclist | |
golang.org/x/debug/third_party/delve/dwarf/op | |
golang.org/x/debug/third_party/delve/dwarf/regnum | |
io | Package io provides basic interfaces to I/O primitives. |
iter | Package iter provides basic definitions and operations related to iterators over sequences. |
math | Package math provides basic constants and mathematical functions. |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
slices | Package slices defines various functions useful with slices of any type. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |