dongfeng-pay/service/main.go
2019-12-19 14:47:58 +08:00

10 lines
83 B
Go

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