guaiguaihw / influxdb-move

1 stars 0 forks source link

client.go:7:2: code in directory /root/go/src/github.com/influxdb/influxdb/client expects import "github.com/influxdata/influxdb/client" #1

Open denglitong opened 7 years ago

denglitong commented 7 years ago

Is there something wrong? when i run go run client.go it hints me as the title show,"github.com/influxdb/influxdb/client"

denglitong commented 7 years ago

where i change the 7th line of client.go from "github.com/influxdb/influxdb/client" to "github.com/influxdata/influxdb/client" , it works! (previous action : go get)