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

11 lines
106 B
Go

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