1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-18 08:32:40 +08:00
This commit is contained in:
2022-05-31 13:47:48 +08:00
parent ebf862e40b
commit 6d39dbb942
8 changed files with 72 additions and 18 deletions

View File

@ -10,5 +10,5 @@ type options struct {
}
func acquireDefaultOptions() *options {
return &options{mu: locker.NewEmptyLocker()}
return &options{mu: locker.EmptyLocker}
}