This commit is contained in:
away
2021-06-28 16:24:43 +08:00
parent 94428bfc40
commit 185c220429
6 changed files with 98 additions and 88 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ type config struct {
}
func init() {
bytes, err := ioutil.ReadFile("../config/config.yaml")
bytes, err := ioutil.ReadFile("config/config.yaml")
if err != nil {
panic(err)
return