golang.org/x/tools@v0.21.0/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.