mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-12-13 12:39:58 +08:00
提交新项目
This commit is contained in:
10
shop/main.go
Normal file
10
shop/main.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego"
|
||||
_ "juhe/shop/routers"
|
||||
)
|
||||
|
||||
func main() {
|
||||
beego.Run()
|
||||
}
|
||||
Reference in New Issue
Block a user