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