Versions in this module Expand all Collapse all v0 v0.3.0 Oct 7, 2021 v0.2.0 Oct 7, 2021 Changes in this version + type Importer struct + func New(ctxt *build.Context, fset *token.FileSet, packages map[string]*types.Package) *Importer + func (p *Importer) Import(path string) (*types.Package, error) + func (p *Importer) ImportFrom(path, srcDir string, mode types.ImportMode) (*types.Package, error)