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

# Functions

RegisterFlags registers command-line flags used by the analysis driver.
Run loads the packages specified by args using go/packages, then applies the specified analyzers to them.

# Variables

Log files for optional performance tracing.
Debug is a set of single-letter flags: f show [f]acts as they are created p disable [p]arallel execution of analyzers s do additional [s]anity checks on fact types and serialization t show [t]iming info (NB: use 'p' flag to avoid GC/scheduler noise) v show [v]erbose logging .
Diff causes the file updates to be displayed, but not applied.
Fix determines whether to apply (!Diff) or display (Diff) all suggested fixes.
IncludeTests indicates whether test files should be analyzed too.
Log files for optional performance tracing.
Log files for optional performance tracing.