1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-07 20:45:53 +08:00

style: make linter happy

This commit is contained in:
wdvxdr 2021-09-25 00:17:36 +08:00
parent 2cf136d031
commit 110982651d
No known key found for this signature in database
GPG Key ID: 703F8C071DE7A1B6

View File

@ -3,6 +3,7 @@ package base
import "github.com/Mrs4s/go-cqhttp/global/config"
// flags
var (
Debug bool // 是否开启 debug 模式
RemoveReplyAt bool // 是否删除reply后的at
@ -17,6 +18,7 @@ var (
AccountToken []byte // 存储AccountToken供登录使用
)
// Parse parses flags from config file
func Parse() {
conf := config.Get()
{ // bool config