更新hash文件

This commit is contained in:
2022-05-14 14:45:14 +08:00
parent 82dbcf92d3
commit 8fae26e662
2 changed files with 14 additions and 3 deletions

View File

@ -12,9 +12,12 @@ var (
Cli *cli
// File ...
File *file
// Hash ...
Hash *hash
)
func init() {
Cli = &cli{}
File = &file{}
Hash = &hash{}
}