Versions in this module Expand all Collapse all v0 v0.1.1 May 12, 2022 v0.1.0 May 12, 2022 Changes in this version + func Parse(in io.Reader, imports map[string]*types.Package, path string) (_ *types.Package, err error) + type GccgoInstallation struct + GccVersion string + LibPaths []string + TargetTriple string + func (inst *GccgoInstallation) GetImporter(incpaths []string, initmap map[*types.Package]InitData) Importer + func (inst *GccgoInstallation) InitFromDriver(gccgoPath string, args ...string) (err error) + func (inst *GccgoInstallation) SearchPaths() (paths []string) + type Importer func(imports map[string]*types.Package, path, srcDir string, ...) (*types.Package, error) + func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer + type InitData struct + Inits []PackageInit + Priority int + type PackageInit struct + InitFunc string + Name string + Priority int