We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b74a4 commit 6245001Copy full SHA for 6245001
README.md
@@ -72,9 +72,9 @@ There are also other examples in the API docs:
72
```
73
1. Add import `github.com/influxdata/influxdb-client-go/v2` to your source code.
74
#### GOPATH project
75
- ```sh
76
- go get github.com/influxdata/influxdb-client-go
77
- ```
+```sh
+go get github.com/influxdata/influxdb-client-go
+```
78
Note: To have _go get_ in the GOPATH mode, the environment variable `GO111MODULE` must have the `off` value.
79
80
### Basic Example
0 commit comments