修改安装
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
package controllers
|
||||
|
||||
import (
|
||||
"PPGo_Job/libs"
|
||||
"PPGo_Job/models"
|
||||
"github.com/PPGo_Job/libs"
|
||||
"github.com/PPGo_Job/models"
|
||||
"github.com/astaxie/beego"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
package controllers
|
||||
|
||||
import (
|
||||
"PPGo_Job/jobs"
|
||||
"PPGo_Job/libs"
|
||||
"PPGo_Job/models"
|
||||
"github.com/PPGo_Job/jobs"
|
||||
"github.com/PPGo_Job/libs"
|
||||
"github.com/PPGo_Job/models"
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/utils"
|
||||
"runtime"
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
package controllers
|
||||
|
||||
import (
|
||||
crons "PPGo_Job/crons"
|
||||
"PPGo_Job/jobs"
|
||||
"PPGo_Job/libs"
|
||||
"PPGo_Job/models"
|
||||
crons "github.com/PPGo_Job/crons"
|
||||
"github.com/PPGo_Job/jobs"
|
||||
"github.com/PPGo_Job/libs"
|
||||
"github.com/PPGo_Job/models"
|
||||
"github.com/astaxie/beego"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
Reference in New Issue
Block a user