Closed ghost closed 8 years ago
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
before you use "go install", please use "go get" to download the code.
thanks it works
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