midify readme.md

This commit is contained in:
Joker_zero
2019-12-21 15:04:43 +08:00
parent 662ce5e183
commit 78e0d74f48
5 changed files with 7 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
package main
import (
"github.com/astaxie/beego"
"github.com/astaxie/beego/logs"
_ "dongfeng-pay/jhboss/routers"
_ "dongfeng-pay/service/message_queue"
_ "dongfeng-pay/service/models"
"dongfeng-pay/service/service_init"
"github.com/astaxie/beego"
"github.com/astaxie/beego/logs"
)
func main() {