1
0
mirror of https://git.envs.net/envs/ifconfig synced 2024-11-22 09:51:57 +01:00

(*)use absolute path

This commit is contained in:
Fan Yang 2014-12-23 09:55:28 +08:00
parent eb2ee87f85
commit aef580c35b
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"
_ "ifconfig/routers" _ "github.com/missdeer/ifconfig/routers"
"os" "os"
) )

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