Versions in this module Expand all Collapse all v0 v0.5.7 Dec 5, 2020 Changes in this version + func Walk(roots []Root, add func(root Root, dir string), opts Options) + func WalkSkip(roots []Root, add func(root Root, dir string), ...) + type Options struct + Logf func(format string, args ...interface{}) + ModulesEnabled bool + type Root struct + Path string + Type RootType + type RootType int + const RootCurrentModule + const RootGOPATH + const RootGOROOT + const RootModuleCache + const RootOther + const RootUnknown