remove jwt

This commit is contained in:
2023-08-10 17:32:31 +08:00
parent 024a0e5e96
commit ddd2413386
2 changed files with 0 additions and 69 deletions

View File

@@ -24,8 +24,6 @@ var (
Project *project
// Array 数组操作
Array *array
// JWT ...
JWT *ownJwt
// Console 控制台输出数据
Console *console
// PinYin 汉字转拼音
@@ -41,7 +39,6 @@ func init() {
Calculate = &calculate{}
Project = &project{}
Array = &array{}
JWT = &ownJwt{}
Console = &console{}
PinYin = &pinYin{}
}