go_ops/main.go
2020-09-28 16:57:36 +08:00

11 lines
103 B
Go

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