r移除struct

This commit is contained in:
2023-08-10 16:59:48 +08:00
parent 4ba9ec7c01
commit 024a0e5e96
2 changed files with 0 additions and 41 deletions

View File

@@ -18,8 +18,6 @@ var (
JSON *ownJSON
// String ...
String *stringOperate
// Struct ...
Struct *ownStruct
// Calculate ...
Calculate *calculate
// Project ...
@@ -40,7 +38,6 @@ func init() {
Hash = &hash{}
JSON = &ownJSON{}
String = &stringOperate{}
Struct = &ownStruct{}
Calculate = &calculate{}
Project = &project{}
Array = &array{}