互动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
310 B

5 years ago
  1. package main
  2. import (
  3. "github.com/ouxuanserver/osmanthuswine"
  4. "github.com/ouxuanserver/osmanthuswine/src/core"
  5. "hudongzhuanjia/hdws/ws"
  6. )
  7. func main() {
  8. // hdws
  9. core.GetInstanceRouterManage().Registered(new(ws.WsCtl))
  10. core.GetInstanceRouterManage().Registered(new(ws.MessageCtl))
  11. osmanthuswine.Run()
  12. }