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