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