package
0.1.7
Repository: https://github.com/polaris1119/tools.git
Documentation: pkg.go.dev

# Functions

Run applies an analysis to the packages denoted by the "go list" patterns.
RunWithSuggestedFixes behaves like Run, but additionally verifies suggested fixes.
WriteFiles is a helper function that creates a temporary directory and populates it with a GOPATH-style project using filemap (which maps file names to contents).

# Variables

TestData returns the effective filename of the program's "testdata" directory.

# Interfaces

Testing is an abstraction of a *testing.T.

# Type aliases

A Result holds the result of applying an analyzer to a package.