package
5.1.4+incompatible
Repository: https://github.com/chewaiwai/obsutil.git
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.
TestAnalyzer applies an analysis to a set of packages (and their dependencies if necessary) and returns the results.
# 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
.
Log files for optional performance tracing.
Log files for optional performance tracing.
# Structs
No description provided by the author