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.

13 lines
315 B

6 years ago
4 years ago
6 years ago
6 years ago
  1. package main
  2. import (
  3. "git.ouxuan.net/tommy/osmanthuswine"
  4. "git.ouxuan.net/tommy/osmanthuswine/example/app"
  5. "git.ouxuan.net/tommy/osmanthuswine/src/core"
  6. )
  7. func main() {
  8. core.GetInstanceRouterManage().Registered(&app.Wstest{})
  9. core.GetInstanceRouterManage().Registered(&app.Ctltest{})
  10. osmanthuswine.Run()
  11. }