Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: name, Doc: doc, Run: run, Requires: []*analysis.Analyzer{ inspect.Analyzer, commentmap.Analyzer, }, }
Analyzer based on https://google.github.io/styleguide/go/decisions#underscores
View Source
var AnalyzerWithConfig = &analysis.Analyzer{ Name: name, Doc: doc, Run: run, Requires: []*analysis.Analyzer{ config.Loader, inspect.Analyzer, commentmap.Analyzer, }, }
AnalyzerWithConfig based on https://google.github.io/styleguide/go/decisions#underscores
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.