mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 08:32:40 +08:00
map
This commit is contained in:
@ -10,5 +10,5 @@ type options struct {
|
||||
}
|
||||
|
||||
func acquireDefaultOptions() *options {
|
||||
return &options{mu: locker.NewEmptyLocker()}
|
||||
return &options{mu: locker.EmptyLocker}
|
||||
}
|
||||
|
Reference in New Issue
Block a user