aboutsummaryrefslogtreecommitdiff
path: root/go/analysis/passes/README
blob: add86bdba5fa3f022f38843053c0846bd2034fc1 (plain)
1
2
3
4
5
6
7
8

This directory does not contain a Go package,
but acts as a container for various analyses
that implement the golang.org/x/tools/go/analysis
API and may be imported into an analysis tool.

By convention, each package foo provides the analysis,
and each command foo/cmd/foo provides a standalone driver.