Versions in this module Expand all Collapse all v0 v0.2.0 Feb 18, 2019 v0.0.3 Feb 18, 2019 Changes in this version + type ImportMgr struct + func NewImportMgr(deps *goastpkg.Package) *ImportMgr + func (i *ImportMgr) GetPkgIdent(path string) *ast.Ident + func (i *ImportMgr) GetPkgIdentWithLoadFallback(ctx context.Context, path string) (*ast.Ident, error) + func (i *ImportMgr) ImportFile(file *ast.File) error + func (i *ImportMgr) Specs() []*ast.ImportSpec