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 *.exe
*.test *.test
*.prof *.prof
micro-daemon RespondCollector
webroot/nodes.json webroot/
config.yml config.yml

View File

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

View File

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

View File

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

View File

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