Deprecated BeeMap and replace all usage with

This commit is contained in:
CarolineZhang666
2021-05-18 23:11:30 +08:00
parent 2dc923eb46
commit d356848ffc
4 changed files with 16 additions and 17 deletions

View File

@@ -18,7 +18,8 @@ import (
"sync"
)
// BeeMap is a map with lock
//deprecated
type BeeMap struct {
lock *sync.RWMutex
bm map[interface{}]interface{}