go_ops/main.go
2020-09-28 16:44:02 +08:00

12 lines
104 B
Go

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