dongfeng-pay/shop/main.go
2019-12-19 16:43:20 +08:00

11 lines
114 B
Go

package main
import (
"github.com/astaxie/beego"
_ "dongfeng-pay/shop/routers"
)
func main() {
beego.Run()
}