提交新项目

This commit is contained in:
kongyuebin
2019-12-19 14:47:58 +08:00
parent 7ba20ac1b9
commit f29066a984
609 changed files with 238892 additions and 0 deletions

10
shop/main.go Normal file
View File

@@ -0,0 +1,10 @@
package main
import (
"github.com/astaxie/beego"
_ "juhe/shop/routers"
)
func main() {
beego.Run()
}