Versions in this module Expand all Collapse all v0 v0.1.1 Feb 23, 2020 v0.1.0 Oct 29, 2019 Changes in this version + func Goroot() string + type PackageCache struct + func NewPackageCache() *PackageCache + func (c *PackageCache) GetDeps(rootImportPath, srcDir string) (deps []*std_build.Package, errs []error) + func (c *PackageCache) Import(importPath, srcDir string, mode std_build.ImportMode) (*std_build.Package, error) + func (c *PackageCache) SetContext(context std_build.Context) + func (c *PackageCache) SrcDirInKey(enable bool)