Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ActionPass func(action any) *analysis.Pass
This function is set by the checker package to provide backdoor access to the private Pass field of the *checker.Action type, for use by analysistest.
It may return nil, for example if the action was not executed because of a failed dependent.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package analysisflags defines helpers for processing flags (-help, -json, -fix, -diff, etc) common to unitchecker and {single,multi}checker.
|
Package analysisflags defines helpers for processing flags (-help, -json, -fix, -diff, etc) common to unitchecker and {single,multi}checker. |
Package internal/checker defines various implementation helpers for the singlechecker and multichecker packages, which provide the complete main function for an analysis driver executable based on go/packages.
|
Package internal/checker defines various implementation helpers for the singlechecker and multichecker packages, which provide the complete main function for an analysis driver executable based on go/packages. |
Click to show internal directories.
Click to hide internal directories.