Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct { // Name of the analyzer. Name string // Doc is the documentation for the analyzer. Doc string // Run the analyzer. Run func(*Pass) error }
An Analyzer describes an analysis function and its options.
type Diagnostic ¶
A Diagnostic is a message associated with a source location.
Click to show internal directories.
Click to hide internal directories.