Versions in this module Expand all Collapse all v0 v0.5.7 Dec 5, 2020 Changes in this version + var TestData = func() string + func WriteFiles(filemap map[string]string) (dir string, cleanup func(), err error) + type Result = checker.TestAnalyzerResult + func Run(t Testing, dir string, a *analysis.Analyzer, patterns ...string) []*Result + func RunWithSuggestedFixes(t Testing, dir string, a *analysis.Analyzer, patterns ...string) []*Result + type Testing interface + Errorf func(format string, args ...interface{})