installation issue
Opened this issue · 2 comments
Deleted user commented
go install github.com/influxdata/influxdb-relay
work/src/github.com/influxdata/influxdb-relay/relay/http.go:16:2: cannot find package "github.com/influxdata/influxdb/models" in any of:
/usr/local/go/src/github.com/influxdata/influxdb/models (from $GOROOT)
/root/work/src/github.com/influxdata/influxdb/models (from $GOPATH)
work/src/github.com/influxdata/influxdb-relay/relay/config.go:6:2: cannot find package "github.com/naoina/toml" in any of:
/usr/local/go/src/github.com/naoina/toml (from $GOROOT)
/root/work/src/github.com/naoina/toml (from $GOPATH) (edited)
new messages
zhiwzhao commented
before you use "go install", please use "go get" to download the code.
Deleted user commented
thanks it works