增加sync.Map文件, 待实现
This commit is contained in:
parent
fe75bce121
commit
af41b19e51
8
easymap/sync_normal.go
Normal file
8
easymap/sync_normal.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
// Package easymap...
|
||||||
|
//
|
||||||
|
// Description : 内置的sync.Map
|
||||||
|
//
|
||||||
|
// Author : go_developer@163.com<张德满>
|
||||||
|
//
|
||||||
|
// Date : 2021-02-24 2:08 下午
|
||||||
|
package easymap
|
8
easymap/sync_segment.go
Normal file
8
easymap/sync_segment.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
// Package easymap...
|
||||||
|
//
|
||||||
|
// Description : 内置sync.Map + segment
|
||||||
|
//
|
||||||
|
// Author : go_developer@163.com<张德满>
|
||||||
|
//
|
||||||
|
// Date : 2021-02-24 2:08 下午
|
||||||
|
package easymap
|
Loading…
Reference in New Issue
Block a user