mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
update
This commit is contained in:
@ -2,8 +2,6 @@ package locker
|
||||
|
||||
import "sync"
|
||||
|
||||
var _ RWLocker = &sync.RWMutex{}
|
||||
|
||||
func NewRWLocker() *sync.RWMutex {
|
||||
return &sync.RWMutex{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user