Skip to content

Commit

Permalink
rename dir
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTServ committed Sep 22, 2017
1 parent 2dd4d41 commit 1032f18
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion mcunode/controllers/mcuserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package controllers
import (
"github.com/gorilla/websocket"

"mcunode/models"
"github.com/IoTServ/McuNode-server/mcunode/models"
"net"
"runtime"
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion mcunode/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
_ "mcunode/routers"
_ "github.com/IoTServ/McuNode-server/mcunode/routers"
"github.com/astaxie/beego"
"fmt"
)
Expand Down
2 changes: 1 addition & 1 deletion mcunode/routers/router.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package routers

import (
"mcunode/controllers"
"github.com/IoTServ/McuNode-server/mcunode/controllers"
"github.com/astaxie/beego"
)

Expand Down

0 comments on commit 1032f18

Please sign in to comment.