Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "sliceheader", Doc: "reports reflect.SliceHeader and reflect.StringHeader misuses", Run: run, Requires: []*analysis.Analyzer{inspect.Analyzer, ctrlflow.Analyzer}, RunDespiteErrors: true, }
Analyzer is a golang.org/x/tools/go/analysis style linter pass. Use this with the Vet-style infrastructure.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.