1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-18 08:32:40 +08:00

fix error

This commit is contained in:
2024-04-11 10:45:33 +08:00
parent a83ccf7c00
commit 2d851d4872
2 changed files with 9 additions and 6 deletions

View File

@ -17,7 +17,6 @@ func newMemStore(size uint) *memStore {
return &memStore{
size: size,
set: bitset.New(size),
lock: locker.NewRWLocker(),
}
}