remove jwt
This commit is contained in:
3
init.go
3
init.go
@@ -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{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user