Imports of package gocore

PathSynopsis
cmpPackage cmp provides types and functions related to comparing ordered values.
debug/dwarfPackage 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/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/debug/dwtest
golang.org/x/debug/internal/coreThe 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
ioPackage io provides basic interfaces to I/O primitives.
iterPackage iter provides basic definitions and operations related to iterators over sequences.
mathPackage math provides basic constants and mathematical functions.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
slicesPackage slices defines various functions useful with slices of any type.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unsafePackage unsafe contains operations that step around the type safety of Go programs.