Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "errcheck"
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: Name, Doc: "Errcheck is a program for checking for unchecked errors " + "in go programs. These unchecked errors can be critical bugs in some cases", Run: run, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.