mirror of
https://github.com/gmsec/gmsec.git
synced 2025-09-27 04:06:10 +08:00
Update README.md
This commit is contained in:
@@ -94,7 +94,7 @@ func main() {
|
|||||||
plugin.WithGin(router), // http 入口
|
plugin.WithGin(router), // http 入口
|
||||||
plugin.WithAddr(":8080")) // 开始服务(公用端口)
|
plugin.WithAddr(":8080")) // 开始服务(公用端口)
|
||||||
|
|
||||||
plg.Wait() // 等待结束(ctrl+c)
|
plg.Wait() // 等待结束(ctrl+c)
|
||||||
|
|
||||||
fmt.Println("done")
|
fmt.Println("done")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user