# README
influxgo
A simple library to write and query influxdb,
This Library only support some simple features :
- write data into database
- query the last n time data, like last 3 days or last 5 minutes
It need influxdb1.8.x or before
# Packages
No description provided by the author
# Functions
create a new influxdb client; if the user and password was not be setin your influxdb server, set it as "".