remove Time1

This commit is contained in:
白茶清欢 2023-08-10 14:18:47 +08:00
parent c318ed9f36
commit f83b4208ad
1 changed files with 0 additions and 3 deletions

View File

@ -22,8 +22,6 @@ var (
String *stringOperate
// Struct ...
Struct *ownStruct
// Time1 ...
Time1 *ownTime
// URL ...
URL *ownURL
// Map ...
@ -56,7 +54,6 @@ func init() {
JSON = &ownJSON{}
String = &stringOperate{}
Struct = &ownStruct{}
Time1 = &ownTime{}
URL = &ownURL{}
Map = &ownMap{}
Calculate = &calculate{}