package main import ( _ "eta/eta_mini_api/routers" beego "github.com/beego/beego/v2/server/web" ) func main() { beego.Run() }