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

修改import路徑

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