Commit 63fc6881 authored by Peter Cheng's avatar Peter Cheng

修改import路徑

parent 35795f8c
...@@ -4,8 +4,8 @@ import ( ...@@ -4,8 +4,8 @@ import (
"log" "log"
"net/http" "net/http"
"homekeeper/beans" "github.com/teed7334-restore/homekeeper/beans"
"homekeeper/env" "github.com/teed7334-restore/homekeeper/env"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"gopkg.in/gomail.v2" "gopkg.in/gomail.v2"
......
...@@ -5,9 +5,9 @@ import ( ...@@ -5,9 +5,9 @@ import (
"net/http" "net/http"
"strings" "strings"
"homekeeper/beans" "github.com/teed7334-restore/homekeeper/beans"
"homekeeper/env" "github.com/teed7334-restore/homekeeper/env"
"github.com/garyburd/redigo/redis" "github.com/garyburd/redigo/redis"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
......
package main package main
import ( import (
"homekeeper/env" "github.com/teed7334-restore/homekeeper/env"
"homekeeper/route" "github.com/teed7334-restore/homekeeper/route"
) )
var cfg = env.GetEnv() var cfg = env.GetEnv()
......
package route package route
import ( import (
"homekeeper/controllers" "github.com/teed7334-restore/homekeeper/controllers"
"homekeeper/env" "github.com/teed7334-restore/homekeeper/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