优化ip文件

This commit is contained in:
2022-05-14 14:58:22 +08:00
parent 8fae26e662
commit fe96264f73
2 changed files with 15 additions and 6 deletions

View File

@ -14,10 +14,13 @@ var (
File *file
// Hash ...
Hash *hash
// IP ...
IP *ip
)
func init() {
Cli = &cli{}
File = &file{}
Hash = &hash{}
IP = &ip{}
}