package routers import ( "wsc-go/controllers" "github.com/astaxie/beego" ) func init() { beego.Router("/", &controllers.MainController{}) }