Map相关操作转到wrapper.Map

This commit is contained in:
2023-08-10 15:51:56 +08:00
parent 8425926115
commit 4ba9ec7c01
2 changed files with 0 additions and 232 deletions

View File

@@ -20,8 +20,6 @@ var (
String *stringOperate
// Struct ...
Struct *ownStruct
// Map ...
Map *ownMap
// Calculate ...
Calculate *calculate
// Project ...
@@ -43,7 +41,6 @@ func init() {
JSON = &ownJSON{}
String = &stringOperate{}
Struct = &ownStruct{}
Map = &ownMap{}
Calculate = &calculate{}
Project = &project{}
Array = &array{}