Versions in this module Expand all Collapse all v1 v1.0.1 May 18, 2017 Changes in this version + type Mutex struct + func (m *Mutex) AssertHeld() + func (m *Mutex) Lock() + func (m *Mutex) Unlock() + type RWMutex struct + func (m *RWMutex) AssertHeld() + func (m *RWMutex) Lock() + func (m *RWMutex) Unlock()