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