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 Package struct + Deps map[string]*packages.Package + DepsAST map[string]*ast.Package + Path string + Pkg *packages.Package + PkgAST *ast.Package + PkgCommentMaps map[*ast.File]ast.CommentMap + func Load(ctx context.Context, pkgName string) (*Package, error)