Imports of package gccgoexportdata

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
debug/elfPackage elf implements access to ELF object files.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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.
golang.org/x/tools/go/internal/gccgoimporterPackage gccgoimporter implements Import for gccgo-generated object files.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.