@ -24,6 +24,8 @@ var (
Struct *ownStruct
// Time ...
Time *ownTime
// URL ...
URL *ownURL
)
func init() {
@ -35,4 +37,5 @@ func init() {
String = &stringOperate{}
Struct = &ownStruct{}
Time = &ownTime{}
URL = &ownURL{}
}
The note is not visible to the blocked user.