修改安装

This commit is contained in:
郝大全
2017-06-23 13:14:42 +08:00
parent 2aad68b1c3
commit 7e720f4945
8 changed files with 16 additions and 15 deletions

View File

@@ -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"