Imports of package importer

PathSynopsis
go/buildPackage build gathers information about Go packages.
go/internal/gccgoimporterPackage gccgoimporter implements Import for gccgo-generated object files.
go/internal/gcimporterPackage gcimporter implements Import for gc-generated object files.
go/internal/srcimporterPackage srcimporter implements importing directly from source files rather than installed packages.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
go/typesPackage types declares the data types and implements the algorithms for type-checking of Go packages.
ioPackage io provides basic interfaces to I/O primitives.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.