import "honnef.co/go/tools/lint/testutil"
func Run(t *testing.T, analyzers []*lint.Analyzer, tests map[string][]Test)
type Test struct { Dir string Version string }
util.go
Tools for package owners.