github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/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 github.com/powerman/golang-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.