main.go 346 B

12345678910111213141516171819202122
  1. package main
  2. import (
  3. "net/http"
  4. _ "taskCenter/a"
  5. _ "taskCenter/action"
  6. "taskCenter/config"
  7. _ "taskCenter/filter"
  8. "app.yhyue.com/moapp/jybase/go-xweb/xweb"
  9. )
  10. func main() {
  11. mux1 := http.NewServeMux()
  12. xweb.RunBase(":"+config.Sysconfig.Webport, mux1)
  13. }
  14. /*
  15. 3.206:27080 > 3.149:27180
  16. 3.206:27090 > 3.149:27190
  17. 3.206:27002 > 3.149:27102
  18. */