mirror of
https://github.com/oarkflow/mq.git
synced 2025-10-06 08:26:52 +08:00
update: dependencies
This commit is contained in:
@@ -128,5 +128,5 @@ func main() {
|
||||
if flow.Error != nil {
|
||||
panic(flow.Error)
|
||||
}
|
||||
flow.Start("0.0.0.0:8080")
|
||||
flow.Start(context.Background(), "0.0.0.0:8082")
|
||||
}
|
||||
|
Reference in New Issue
Block a user