package main import ( _ "msb2pilot2/routers" "github.com/astaxie/beego" ) func main() { beego.Run() }