dongfeng-pay/boss/service/main.go
2021-04-27 15:33:49 +08:00

10 lines
83 B
Go

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