@ -20,6 +20,8 @@ var (
JSON *ownJSON
// String ...
String *stringOperate
// Struct ...
Struct *ownStruct
)
func init() {
@ -29,4 +31,5 @@ func init() {
IP = &ip{}
JSON = &ownJSON{}
String = &stringOperate{}
Struct = &ownStruct{}
}
The note is not visible to the blocked user.