mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-09-19 02:41:56 +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