更新json文件

This commit is contained in:
2022-05-14 15:05:20 +08:00
parent fe96264f73
commit 5c78dd1201
2 changed files with 17 additions and 6 deletions

View File

@ -16,6 +16,8 @@ var (
Hash *hash
// IP ...
IP *ip
// JSON ...
JSON *ownJSON
)
func init() {
@ -23,4 +25,5 @@ func init() {
File = &file{}
Hash = &hash{}
IP = &ip{}
JSON = &ownJSON{}
}