afc6c8be24
Fixes the following two warnings: influxdb.go:149:1: exported method Client.Dump should have comment or be unexported - Adds comment for Client.Dump influxdb.go:263:1: receiver name rs should be consistent with previous receiver name r for Results - Changes receiver name from "a" to "r" |
||
---|---|---|
.. | ||
README.md | ||
influxdb.go | ||
influxdb_test.go |
README.md
InfluxDB Go Client Library
Please refer to http://godoc.org/github.com/influxdb/influxdb/client for documentation.
Currently Used:
You can see a use of the client libray in the InfluxDB CLI.