From b7c5b5b6c73041b982391c14adfbf07c7c2b7e09 Mon Sep 17 00:00:00 2001 From: xxjwxc Date: Sun, 23 Feb 2020 14:44:33 +0800 Subject: [PATCH] fix auto config defile --- data/config/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config/common.go b/data/config/common.go index 3c21f4a..af1fbd6 100644 --- a/data/config/common.go +++ b/data/config/common.go @@ -63,7 +63,7 @@ func onInit() { // InitFile default value from file . func InitFile(filename string) error { if _, e := os.Stat(filename); e != nil { - fmt.Println("init default config file", filename) + fmt.Println("init default config file: ", filename) if err := SaveToFile(); err == nil { fmt.Println("done,please restart.") } else {