Documentation ¶
Overview ¶
Package loopclosure contains a modified version of the code found in the Golang standard library which handles nested loops.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "loopclosure-augmented", Doc: doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Analyzer provides the loopclosure analyzer.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.