Versions in this module Expand all Collapse all v0 v0.1.11 Feb 4, 2022 v0.1.10 Feb 4, 2022 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{})