Commit d1131c3f authored by Peter Cheng's avatar Peter Cheng

修改import路徑

parent add68a21
...@@ -6,8 +6,10 @@ import ( ...@@ -6,8 +6,10 @@ import (
"log" "log"
"net/http" "net/http"
"../beans" "counter/beans"
"../env"
"counter/env"
"github.com/bitly/go-nsq" "github.com/bitly/go-nsq"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
) )
......
...@@ -7,8 +7,9 @@ import ( ...@@ -7,8 +7,9 @@ import (
"strings" "strings"
"time" "time"
"./env" "counter/env"
"./route" "counter/route"
"github.com/bitly/go-nsq" "github.com/bitly/go-nsq"
) )
......
package route package route
import ( import (
"../controllers" "counter/controllers"
"../env"
"counter/env"
"github.com/gin-gonic/gin" "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