Hello,
When I try to test the cmd/influxd/run in the project github.com/influxdata/influxdb in version 1.4.2 it fails with
github.com/golang/snappy
/usr/share/gocode/src/github.com/golang/snappy/decode_amd64.go:14: missing function body for "decode"
/usr/share/gocode/src/github.com/golang/snappy/encode_amd64.go:14: missing function body for "emitLiteral"
/usr/share/gocode/src/github.com/golang/snappy/encode_amd64.go:19: missing function body for "emitCopy"
/usr/share/gocode/src/github.com/golang/snappy/encode_amd64.go:24: missing function body for "extendMatch"
/usr/share/gocode/src/github.com/golang/snappy/encode_amd64.go:29: missing function body for "encodeBlock"
Hello, When I try to test the cmd/influxd/run in the project github.com/influxdata/influxdb in version 1.4.2 it fails with
github.com/golang/snappy
/usr/share/gocode/src/github.com/golang/snappy/decode_amd64.go:14: missing function body for "decode" /usr/share/gocode/src/github.com/golang/snappy/encode_amd64.go:14: missing function body for "emitLiteral" /usr/share/gocode/src/github.com/golang/snappy/encode_amd64.go:19: missing function body for "emitCopy" /usr/share/gocode/src/github.com/golang/snappy/encode_amd64.go:24: missing function body for "extendMatch" /usr/share/gocode/src/github.com/golang/snappy/encode_amd64.go:29: missing function body for "encodeBlock"
Thank you for your help