Versions in this module Expand all Collapse all v0 v0.1.0 May 27, 2017 Changes in this version + type LocalImportsError struct + Dir string + ImportPath string + LocalImports []string + func (e *LocalImportsError) Error() string + type Package struct + CommentPath string + ImportPath string + Imports []string + Name string + TestImports []string + type PackageOrErr struct + Err error + P Package + type PackageTree struct + ImportRoot string + Packages map[string]PackageOrErr + func ListPackages(fileRoot, importRoot string) (PackageTree, error) + func (t PackageTree) Copy() PackageTree + func (t PackageTree) ToReachMap(main, tests, backprop bool, ignore map[string]bool) (ReachMap, map[string]*ProblemImportError) + type ProblemImportError struct + Cause []string + Err error + ImportPath string + func (e *ProblemImportError) Error() string + type ReachMap map[string]struct + func (rm ReachMap) FlattenFn(exclude func(string) bool) []string