Imports of package load

PathSynopsis
cmd/go/internal/basePackage base defines shared basic pieces of the go command, in particular logging and the Command structure.
cmd/go/internal/buildid
cmd/go/internal/cfgPackage cfg holds configuration shared by multiple parts of the go command.
cmd/go/internal/strPackage str provides string manipulation utilities.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go/buildPackage build gathers information about Go packages.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.