This commit is contained in:
wenxu12345
2022-04-05 16:41:37 +08:00
parent 0a8fdc6cc8
commit 6efe13d142
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -1,7 +1,6 @@
package config
import (
"fmt"
"io/ioutil"
"os"
"path/filepath"
@@ -420,5 +419,4 @@ func init() {
if err = yaml.Unmarshal(bytes, &Config); err != nil {
panic(err.Error())
}
fmt.Println("load config: ", Config)
}