Deprecated BeeMap and replace all usage with
This commit is contained in:
@@ -18,7 +18,8 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
// BeeMap is a map with lock
|
||||
|
||||
//deprecated
|
||||
type BeeMap struct {
|
||||
lock *sync.RWMutex
|
||||
bm map[interface{}]interface{}
|
||||
|
||||
Reference in New Issue
Block a user