Documentation
¶
Overview ¶
importusage is intended to discover direct usages of imports and produce a warning for each. The imports shouldn't be used directly, but through parameters and composition.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "importusage", Doc: "Reports any import usage", Run: run, Requires: []*analysis.Analyzer{inspect.Analyzer}, }
Analyzer is the exported analyzer entry point
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.