'Is there any query builder for InfluxDB in Golang?

I am new to InfluxDB and trying to do query in my local InfluxDB using Go client.

The parameterised version of this doesn't seem to work as intended and they mention it is only for the "cloud". Is there any way to have a proper query builder for Go without having to do it manually myself?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source