This commit is contained in:
joy.zhou
2019-07-12 19:20:21 +08:00
parent eca34813bf
commit 96ce0004c5
4 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ type Config struct {
//Init init kafak client
func Init() {
content, err := ioutil.ReadFile("../../plugins/kafka/conf.json")
content, err := ioutil.ReadFile("./plugins/kafka/conf.json")
if err != nil {
log.Fatal("Read config file error: ", zap.Error(err))
}