Documentation ¶
Overview ¶
Package timer defines an Analyzer that detects correct use of timeutil.Timer.
Index ¶
Constants ¶
View Source
const Doc = `check for correct use of timeutil.Timer`
Doc documents this pass.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "timer", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Analyzer defines this pass.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.