Versions in this module Expand all Collapse all v3-unstable v3.0.0 Jan 29, 2019 Changes in this version + func Walk(roots []Root, add func(root Root, dir string), opts Options) + type Options struct + Debug bool + ModulesEnabled bool + type Root struct + Path string + Type RootType + func SrcDirsRoots() []Root + type RootType int + const RootCurrentModule + const RootGOPATH + const RootGOROOT + const RootModuleCache + const RootUnknown Other modules containing this package gopkg.in/alecthomas/gometalinter.v3