Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ There are also other examples in the API docs:
```
1. Add import `github.com/influxdata/influxdb-client-go/v2` to your source code.
#### GOPATH project
```sh
go get github.com/influxdata/influxdb-client-go
```
```sh
go get github.com/influxdata/influxdb-client-go
```
Note: To have _go get_ in the GOPATH mode, the environment variable `GO111MODULE` must have the `off` value.

### Basic Example
Expand Down