1
0
mirror of https://git.envs.net/envs/ifconfig synced 2024-11-26 06:33:46 +01:00

(*)remove import path prefix

This commit is contained in:
Fan Yang 2014-11-17 13:40:54 +08:00
parent 24a9b6beee
commit 4c63590ead
2 changed files with 2 additions and 2 deletions

@ -2,7 +2,7 @@ package main
import ( import (
"github.com/astaxie/beego" "github.com/astaxie/beego"
_ "github.com/missdeer/ifconfig/routers" _ "ifconfig/routers"
"os" "os"
) )

@ -2,7 +2,7 @@ package routers
import ( import (
"github.com/astaxie/beego" "github.com/astaxie/beego"
"github.com/missdeer/ifconfig/controllers" "ifconfig/controllers"
) )
func init() { func init() {