type PackageInit …
type InitData …
func findExportFile(searchpaths []string, pkgpath string) (string, error) { … }
const gccgov1Magic …
const gccgov2Magic …
const gccgov3Magic …
const goimporterMagic …
const archiveMagic …
const aixbigafMagic …
func openExportFile(fpath string) (reader io.ReadSeeker, closer io.Closer, err error) { … }
type Importer …
func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer { … }
func readMagic(reader io.ReadSeeker) (string, error) { … }