-
-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Description
func main() {
// read config file failed server=2 error=open /Users/Library/Caches/JetBrains/GoLand2024.3/tmp/GoLand/config-dev.yaml: no such file or directory
conf := flag.String("c", "config.yaml", "config file")
// 修复bug
conf := flag.String("c", "/Users/workspace/revocloud/monibuca/example/default/config.yaml", "config file")
flag.Parse()
// ctx, _ := context.WithDeadline(context.Background(), time.Now().Add(time.Second*100))
m7s.Run(context.Background(), *conf)
}
必须使用绝对路径
Metadata
Metadata
Assignees
Labels
No labels