Documentation ¶
Index ¶
Constants ¶
View Source
const ( LockMode = mode(iota) RLockMode )
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "recursivelock", Doc: "Checks for recursive or nested RLock calls", Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Analyzer runs static analysis.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.