1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

style: make linter happy

This commit is contained in:
wdvxdr 2021-09-25 21:13:26 +08:00
parent cf21e81016
commit 35b7b8909e
No known key found for this signature in database
GPG Key ID: 703F8C071DE7A1B6

View File

@ -26,6 +26,7 @@ var currentPath = getCurrentPath()
// DefaultConfigFile 默认配置文件路径 // DefaultConfigFile 默认配置文件路径
var DefaultConfigFile = path.Join(currentPath, "config.yml") var DefaultConfigFile = path.Join(currentPath, "config.yml")
// Reconnect 重连配置
type Reconnect struct { type Reconnect struct {
Disabled bool `yaml:"disabled"` Disabled bool `yaml:"disabled"`
Delay uint `yaml:"delay"` Delay uint `yaml:"delay"`