package
0.31.0
Repository: https://go.googlesource.com/tools
Documentation: pkg.go.dev

# Functions

Analyze runs the specified analyzers on the initial packages.

# Structs

An Action represents one unit of analysis work by the driver: the application of one analysis to one package.
Graph holds the results of a round of analysis, including the graph of requested actions (analyzers applied to packages) plus any dependent actions that it was necessary to compute.
Options specifies options that control the analysis driver.