Imports of package types

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cmd/compile/internal/base
cmd/internal/hashPackage hash implements hash functions used in the compiler toolchain.
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.
go/constantPackage constant implements Values representing untyped Go constants and their corresponding operations.
internal/buildcfgPackage buildcfg provides access to the build configuration described by the current environment.
internal/goversion
internal/lazyregexpPackage lazyregexp is a thin wrapper over regexp, allowing the use of global regexp variables without forcing them to be compiled at init.
internal/types/errors
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
slicesPackage slices defines various functions useful with slices of any type.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.