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:
parent
cf21e81016
commit
35b7b8909e
@ -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"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user