Documentation ¶
Index ¶
Constants ¶
View Source
const ( CheckTest = "check-test" CheckGenerate = "check-generate" )
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "defaultcasechecker", Doc: "checks for switch statements without default cases", Run: run, Requires: []*analysis.Analyzer{ commentmap.Analyzer, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.