Documentation
¶
Overview ¶
Package analyzer provides a linter that checks for writes to struct fields marked with "// +const" comments.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "const", Doc: "checks for writes to struct fields marked with // +const", Run: run, Requires: []*analysis.Analyzer{inspect.Analyzer}, }
Analyzer is the main entry point for the linter.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.