From 0aa4c2aa6e8bf7d6b66a285a2c1c934e6ee3a4aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=A4=A7=E5=85=A8?= Date: Sun, 15 Jul 2018 08:36:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index e855c2f..b7708d4 100644 --- a/main.go +++ b/main.go @@ -9,9 +9,9 @@ package main import ( "github.com/astaxie/beego" - "github.com/george518/PPGo_Job2/jobs" - "github.com/george518/PPGo_Job2/models" - _ "github.com/george518/PPGo_Job2/routers" + "github.com/george518/PPGo_Job/jobs" + "github.com/george518/PPGo_Job/models" + _ "github.com/george518/PPGo_Job/routers" ) const (