Update README.md

This commit is contained in:
刘丹冰 2024-02-23 14:59:23 +08:00 committed by GitHub
parent be59490fc4
commit 0e269e17ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,7 +170,7 @@ func main() {
ctx := context.Background()
// 1. 加载配置文件并构建Flow
if err := file.ConfigImportYaml("/Users/tal/gopath/src/kis-flow/test/load_conf/"); err != nil {
if err := file.ConfigImportYaml("/XXX/kis-flow/test/load_conf/"); err != nil {
panic(err)
}