fix: remove unnecessary variables

This commit is contained in:
Vincent Young 2023-11-27 15:10:39 -05:00
parent d93ac81ea2
commit 5e080f3871
No known key found for this signature in database
GPG Key ID: DD9998BCFD278F6A

View File

@ -2,7 +2,7 @@
* @Author: Vincent Young * @Author: Vincent Young
* @Date: 2023-07-01 21:45:34 * @Date: 2023-07-01 21:45:34
* @LastEditors: Vincent Young * @LastEditors: Vincent Young
* @LastEditTime: 2023-11-27 14:49:02 * @LastEditTime: 2023-11-27 15:10:06
* @FilePath: /DeepLX/main.go * @FilePath: /DeepLX/main.go
* @Telegram: https://t.me/missuo * @Telegram: https://t.me/missuo
* *
@ -32,10 +32,6 @@ import (
"github.com/tidwall/gjson" "github.com/tidwall/gjson"
) )
var port int
var token string
var authKey string
type Config struct { type Config struct {
Port int Port int
Token string Token string