Documentation
¶
Overview ¶
Package noemptyiface defines an analyzer that rejects interface{} in favor of any.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "noemptyiface",
Doc: "reports uses of interface{} that should be any",
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.