Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: name, Doc: doc, URL: "https://github.com/k1LoW/gostyle/tree/main/analyzer/effective/ifacenames", Run: run, Requires: []*analysis.Analyzer{ inspect.Analyzer, commentmap.Analyzer, }, }
Analyzer based on https://go.dev/doc/effective_go#interface-names.
View Source
var AnalyzerWithConfig = &analysis.Analyzer{ Name: name, Doc: doc, URL: "https://github.com/k1LoW/gostyle/tree/main/analyzer/effective/ifacenames", Run: run, Requires: []*analysis.Analyzer{ config.Loader, inspect.Analyzer, commentmap.Analyzer, }, }
AnalyzerWithConfig based on https://go.dev/doc/effective_go#interface-names.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.