Documentation ¶
Overview ¶
mapiter provides a linter that reports code that iterates over a map.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "mapiter",
Doc: "reports code that iterates over a map",
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.