修改自动安装

This commit is contained in:
郝大全
2017-06-23 13:48:58 +08:00
parent 7e720f4945
commit accc566aef
8 changed files with 21 additions and 17 deletions

View File

@@ -8,11 +8,11 @@
package controllers
import (
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"
crons "github.com/george518/PPGo_Job/crons"
"github.com/george518/PPGo_Job/jobs"
"github.com/george518/PPGo_Job/libs"
"github.com/george518/PPGo_Job/models"
"strconv"
"strings"
"time"