Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzers = []*analysis.Analyzer{ gorminjection.Analyzer, }
Analyzers is a list of analyzers in gormcheck. It can be use as an argument of unitchecker.Main.
package main import ( "github.com/sharefull/refactortools/gormcheck" "golang.org/x/tools/go/analysis/unitchecker" ) func main() { unitchecker.Main(gormcheck.Analyzers...) }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.