@ -22,6 +22,8 @@ var (
String *stringOperate
// Struct ...
Struct *ownStruct
// Time ...
Time *ownTime
)
func init() {
@ -32,4 +34,5 @@ func init() {
JSON = &ownJSON{}
String = &stringOperate{}
Struct = &ownStruct{}
Time = &ownTime{}
}
The note is not visible to the blocked user.