From aef580c35baab975ce5ee4353adc7024cc21fd62 Mon Sep 17 00:00:00 2001 From: Fan Yang Date: Tue, 23 Dec 2014 09:55:28 +0800 Subject: [PATCH] (*)use absolute path --- main.go | 2 +- routers/router.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 69c4624..c114f14 100644 --- a/main.go +++ b/main.go @@ -2,7 +2,7 @@ package main import ( "github.com/astaxie/beego" - _ "ifconfig/routers" + _ "github.com/missdeer/ifconfig/routers" "os" ) diff --git a/routers/router.go b/routers/router.go index d025d59..17646ae 100644 --- a/routers/router.go +++ b/routers/router.go @@ -2,7 +2,7 @@ package routers import ( "github.com/astaxie/beego" - "ifconfig/controllers" + "github.com/missdeer/ifconfig/controllers" ) func init() {