package
0.0.0-20190318102628-d7df357d3e99
Repository: https://github.com/go-zh/tools.git
Documentation: pkg.go.dev
# Packages
Package analysistest provides utilities for testing analyzers.
No description provided by the author
Package multichecker defines the main function for an analysis driver with several analyzers.
No description provided by the author
Package singlechecker defines the main function for an analysis driver with only a single analysis.
The unitchecker package defines the main function for an analysis driver that analyzes a single compilation unit during a build.
# Functions
Validate reports an error if any of the analyzers are misconfigured.
# Structs
An Analyzer describes an analysis function and its options.
A Diagnostic is a message associated with a source location.
A Pass provides information to the Run function that applies a specific analyzer to a single Go package.
# Interfaces
A Fact is an intermediate fact produced during analysis.