modify imports name

This commit is contained in:
Joker
2019-12-19 16:43:20 +08:00
parent 465eb014bd
commit f4234c7ece
82 changed files with 292 additions and 236 deletions

View File

@@ -1,12 +1,12 @@
package main
import (
_ "dongfeng-pay/jhagent/routers"
"dongfeng-pay/jhagent/sys"
"dongfeng-pay/jhagent/utils"
"dongfeng-pay/service/service_init"
"github.com/astaxie/beego"
"github.com/astaxie/beego/orm"
_ "juhe/jhagent/routers"
"juhe/jhagent/sys"
"juhe/jhagent/utils"
"juhe/service/service_init"
)
func init() {