Versions in this module Expand all Collapse all v0 v0.1.0 Sep 22, 2016 Changes in this version + 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) (err error) + func (inst *GccgoInstallation) SearchPaths() (paths []string) + type Importer func(imports map[string]*types.Package, path 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