Documentation ¶
Index ¶
Constants ¶
View Source
const Doc = "nilerr checks returning nil when err is not nil"
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "nilerr", Doc: Doc, Run: run, Requires: []*analysis.Analyzer{ buildssa.Analyzer, commentmap.Analyzer, }, }
Functions ¶
This section is empty.
Types ¶
type ReferrersHolder ¶ added in v0.1.0
type ReferrersHolder interface {
Referrers() *[]ssa.Instruction
}
Click to show internal directories.
Click to hide internal directories.