Skip to content

Commit

Permalink
fix: remove unnecessary variables
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Nov 27, 2023
1 parent d93ac81 commit 5e080f3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5e080f3

Please sign in to comment.