mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-12-13 12:39:58 +08:00
modify imports name
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user