dongfeng-pay/shop/main.go

11 lines
106 B
Go
Raw Normal View History

2019-12-19 14:47:58 +08:00
package main
import (
"github.com/astaxie/beego"
_ "juhe/shop/routers"
)
func main() {
beego.Run()
}