互动
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
304 B

5 years ago
4 years ago
5 years ago
  1. package main
  2. import (
  3. "git.ouxuan.net/tommy/osmanthuswine"
  4. "git.ouxuan.net/tommy/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. }