I am running following command to install influxdb-relay.
sudo go get -u github.com/influxdata/influxdb-relay
gocode/src/github.com/influxdata/influxdb-relay/relay/http.go:169:48: not enough arguments in call to models.ParsePointsWithPrecision
have ([]byte, time.Time, string)
want ([]byte, []byte, time.Time, string)
gocode/src/github.com/influxdata/influxdb-relay/relay/udp.go:163:48: not enough arguments in call to models.ParsePointsWithPrecision
have ([]byte, time.Time, string)
want ([]byte, []byte, time.Time, string)
root@lx-05:~# not enough arguments in call to models.ParsePointsWithPrecision