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