Imports of package reflectdata

PathSynopsis
cmd/compile/internal/base
cmd/compile/internal/bitvec
cmd/compile/internal/comparePackage compare contains code for generating comparison routines for structs, strings and interfaces.
cmd/compile/internal/ir
cmd/compile/internal/objw
cmd/compile/internal/rttypePackage rttype allows the compiler to share type information with the runtime.
cmd/compile/internal/staticdata
cmd/compile/internal/typebits
cmd/compile/internal/typecheck
cmd/compile/internal/types
cmd/internal/obj
cmd/internal/objabi
cmd/internal/src
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
internal/abi
internal/buildcfgPackage buildcfg provides access to the build configuration described by the current environment.
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.