github.com/cockroachdb/tools@v0.0.0-20230222021103-a6d27438930d/go/analysis/passes/README (about) 1 2 This directory does not contain a Go package, 3 but acts as a container for various analyses 4 that implement the golang.org/x/tools/go/analysis 5 API and may be imported into an analysis tool. 6 7 By convention, each package foo provides the analysis, 8 and each command foo/cmd/foo provides a standalone driver.