增加sync.Map文件, 待实现

This commit is contained in:
白茶清欢 2021-02-24 14:09:58 +08:00
parent fe75bce121
commit af41b19e51
3 changed files with 16 additions and 0 deletions

8
easymap/sync_normal.go Normal file
View 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
View File

@ -0,0 +1,8 @@
// Package easymap...
//
// Description : 内置sync.Map + segment
//
// Author : go_developer@163.com<张德满>
//
// Date : 2021-02-24 2:08 下午
package easymap