Commit d1131c3f authored by Peter Cheng's avatar Peter Cheng

修改import路徑

parent add68a21
......@@ -6,8 +6,10 @@ import (
"log"
"net/http"
"../beans"
"../env"
"counter/beans"
"counter/env"
"github.com/bitly/go-nsq"
"github.com/gin-gonic/gin"
)
......
......@@ -7,8 +7,9 @@ import (
"strings"
"time"
"./env"
"./route"
"counter/env"
"counter/route"
"github.com/bitly/go-nsq"
)
......
package route
import (
"../controllers"
"../env"
"counter/controllers"
"counter/env"
"github.com/gin-gonic/gin"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment