mirror of
https://git.envs.net/envs/ifconfig
synced 2024-11-22 09:51:57 +01:00
(*)remove import path prefix
This commit is contained in:
parent
24a9b6beee
commit
4c63590ead
2
main.go
2
main.go
@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego"
|
||||
_ "github.com/missdeer/ifconfig/routers"
|
||||
_ "ifconfig/routers"
|
||||
"os"
|
||||
)
|
||||
|
||||
|
@ -2,7 +2,7 @@ package routers
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/missdeer/ifconfig/controllers"
|
||||
"ifconfig/controllers"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Loading…
Reference in New Issue
Block a user