Remove goyaml2 dependencies

This commit is contained in:
Ming Deng
2021-08-30 22:36:26 +08:00
parent 7ea6609db0
commit 28a6821b32
7 changed files with 115 additions and 85 deletions

View File

@@ -18,7 +18,7 @@ import (
"sync"
)
// deprecated
// Deprecated: using sync.Map
type BeeMap struct {
lock *sync.RWMutex
bm map[interface{}]interface{}