Update README.md

This commit is contained in:
xxj
2020-05-16 19:01:03 +08:00
committed by GitHub
parent faf9bafa05
commit d523c5e963

View File

@@ -94,7 +94,7 @@ func main() {
plugin.WithGin(router), // http 入口
plugin.WithAddr(":8080")) // 开始服务(公用端口)
plg.Wait() // 等待结束(ctrl+c)
plg.Wait() // 等待结束(ctrl+c)
fmt.Println("done")
}