Documentation ¶
Overview ¶
Package interfacepointer defines an Analyzer that checks for uses of Pointers to Interface. https://github.com/uber-go/guide/blob/master/style.md#pointers-to-interfaces
Index ¶
Constants ¶
View Source
const Doc = `` /* 230-byte string literal not displayed */
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "interfacepointer", Doc: Doc, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.