package
0.0.0-20180118220450-e73dab44213f
Repository: https://github.com/go-lang-plugin-org/go-lang-idea-plugin.git
Documentation: pkg.go.dev

# Structs

A Mutex is a mutual exclusion lock.
An RWMutex is a reader/writer mutual exclusion lock.

# Interfaces

A Locker represents an object that can be locked and unlocked.