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