Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "zerovaluemutexes",
Doc: "The zero-value of sync.Mutex and sync.RWMutex is valid, so you almost never need a pointer to a mutex.",
Run: run,
}
Analyzer for golang-linter
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.