Documentation
¶
Overview ¶
Package analyzer provides a go/analysis Analyzer that flags doc comments which appear to intend starting with the function/method name, but contain a likely typo or stale name (e.g., after refactors).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = newAnalyzer()
Analyzer implements the check.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.