Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "onlyany", Doc: "prefers any over interface{} - see https://go-review.googlesource.com/c/gofrontend/+/382248/", Run: run, Requires: []*analysis.Analyzer{inspect.Analyzer}, }
Analyzer implements a Go static analyzer that reports uses of `interface{}`.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.