...

Text file src/golang.org/x/tools/go/analysis/passes/README

Documentation: golang.org/x/tools/go/analysis/passes

     1
     2This directory does not contain a Go package,
     3but acts as a container for various analyses
     4that implement the golang.org/x/tools/go/analysis
     5API and may be imported into an analysis tool.
     6
     7By convention, each package foo provides the analysis,
     8and each command foo/cmd/foo provides a standalone driver.

View as plain text