Skip to content

Commit 1032f18

Browse files
committed
rename dir
1 parent 2dd4d41 commit 1032f18

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

mcunode/mcu.bat mcunode/build.bat

File renamed without changes.

mcunode/controllers/mcuserver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package controllers
33
import (
44
"github.com/gorilla/websocket"
55

6-
"mcunode/models"
6+
"github.com/IoTServ/McuNode-server/mcunode/models"
77
"net"
88
"runtime"
99
"fmt"

mcunode/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
_ "mcunode/routers"
4+
_ "github.com/IoTServ/McuNode-server/mcunode/routers"
55
"github.com/astaxie/beego"
66
"fmt"
77
)

mcunode/routers/router.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package routers
22

33
import (
4-
"mcunode/controllers"
4+
"github.com/IoTServ/McuNode-server/mcunode/controllers"
55
"github.com/astaxie/beego"
66
)
77

0 commit comments

Comments
 (0)