mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-13 14:09:20 +08:00
11 lines
114 B
Go
11 lines
114 B
Go
package main
|
|
|
|
import (
|
|
"github.com/astaxie/beego"
|
|
_ "dongfeng-pay/shop/routers"
|
|
)
|
|
|
|
func main() {
|
|
beego.Run()
|
|
}
|