Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Doc: "Estimate the unused pieces of the go-gitlab package", Name: "apiunused", ResultType: reflect.TypeOf((*Result)(nil)), Requires: []*analysis.Analyzer{gogitlab.Analyzer, usage.Analyzer}, Run: run, }
View Source
var Output io.Writer = io.Discard
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.