package main import ( "app.yhyue.com/moapp/jybase/go-xweb/xweb" _ "commercialService/service/a" _ "commercialService/service/action" "commercialService/service/config" "net/http" ) func main() { mux1 := http.NewServeMux() xweb.RunBase(":"+config.Sysconfig.Webport, mux1) }