influxdb/client
Philip O'Toole d02281988a Individual points should only be converted if set
By changing the 'Timestamp' key to a pointer, it allows the code to
detect when the key wasn't set at all. This then allows the code to know
when to insert a value from the top-level of the batch struct.
2015-02-03 18:43:23 -08:00
..
README.md adding README.md placeholder 2015-01-22 15:08:30 -07:00
influxdb.go Individual points should only be converted if set 2015-02-03 18:43:23 -08:00
influxdb_test.go Use time.Equal whenever comparing time 2015-01-30 13:45:07 -07:00

README.md

InfluxDB Go Client Library

TODO Add links to the godoc and examples when they are written