调整map

This commit is contained in:
2022-05-14 15:56:09 +08:00
parent 096b1552f4
commit 25936d457a
2 changed files with 40 additions and 29 deletions

View File

@ -26,6 +26,8 @@ var (
Time *ownTime
// URL ...
URL *ownURL
// Map ...
Map *ownMap
)
func init() {
@ -38,4 +40,5 @@ func init() {
Struct = &ownStruct{}
Time = &ownTime{}
URL = &ownURL{}
Map = &ownMap{}
}