From 5e080f3871cd74b753f8bc4f381736e1838cc3a6 Mon Sep 17 00:00:00 2001 From: Vincent Young Date: Mon, 27 Nov 2023 15:10:39 -0500 Subject: [PATCH] fix: remove unnecessary variables --- main.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/main.go b/main.go index 3ffc552..231dcc1 100644 --- a/main.go +++ b/main.go @@ -2,7 +2,7 @@ * @Author: Vincent Young * @Date: 2023-07-01 21:45:34 * @LastEditors: Vincent Young - * @LastEditTime: 2023-11-27 14:49:02 + * @LastEditTime: 2023-11-27 15:10:06 * @FilePath: /DeepLX/main.go * @Telegram: https://t.me/missuo * @@ -32,10 +32,6 @@ import ( "github.com/tidwall/gjson" ) -var port int -var token string -var authKey string - type Config struct { Port int Token string