Documentation
¶
Overview ¶
Package nodeadguard forbids nil-checks on values that cannot be nil.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "nodeadguard", Doc: "forbids nil-check on value type that cannot be nil — dead defensive guard", Run: run, RunDespiteErrors: true, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.