move and rename project

This commit is contained in:
Martin Geno 2016-03-13 14:10:33 +01:00
parent 5d9cee48dd
commit f3403c364c
5 changed files with 9 additions and 9 deletions

4
.gitignore vendored
View File

@ -22,6 +22,6 @@ _testmain.go
*.exe
*.test
*.prof
micro-daemon
webroot/nodes.json
RespondCollector
webroot/
config.yml

View File

@ -10,10 +10,10 @@ import (
"syscall"
"time"
"github.com/monitormap/micro-daemon/data"
"github.com/monitormap/micro-daemon/models"
"github.com/monitormap/micro-daemon/respond"
"github.com/monitormap/micro-daemon/websocketserver"
"github.com/FreifunkBremen/RespondCollector/data"
"github.com/FreifunkBremen/RespondCollector/models"
"github.com/FreifunkBremen/RespondCollector/respond"
"github.com/FreifunkBremen/RespondCollector/websocketserver"
)
var (

View File

@ -8,7 +8,7 @@ import (
"sync"
"time"
"github.com/monitormap/micro-daemon/data"
"github.com/FreifunkBremen/RespondCollector/data"
)
// Node struct

View File

@ -1,7 +1,7 @@
package respond
import (
"github.com/monitormap/micro-daemon/data"
"github.com/FreifunkBremen/RespondCollector/data"
"time"
)

View File

@ -6,7 +6,7 @@ import (
"time"
"github.com/influxdata/influxdb/client/v2"
"github.com/monitormap/micro-daemon/data"
"github.com/FreifunkBremen/RespondCollector/data"
)
const (