From 35b7b8909e87ca489d99852cedbb8b52c44c3ad0 Mon Sep 17 00:00:00 2001 From: wdvxdr Date: Sat, 25 Sep 2021 21:13:26 +0800 Subject: [PATCH] style: make linter happy --- global/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/global/config/config.go b/global/config/config.go index 85c93bb..39fff1f 100644 --- a/global/config/config.go +++ b/global/config/config.go @@ -26,6 +26,7 @@ var currentPath = getCurrentPath() // DefaultConfigFile 默认配置文件路径 var DefaultConfigFile = path.Join(currentPath, "config.yml") +// Reconnect 重连配置 type Reconnect struct { Disabled bool `yaml:"disabled"` Delay uint `yaml:"delay"`