Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "goboundcheck", Doc: "Checks that slice and array access is not out of bounds.", Run: run, Requires: []*analysis.Analyzer{inspect.Analyzer}, }
Analyzer describes the analysis function for bound checking.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.