Skip to content

Commit 6245001

Browse files
authored
docs: update README.md about the code block (#418)
1 parent 87b74a4 commit 6245001

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ There are also other examples in the API docs:
7272
```
7373
1. Add import `github.com/influxdata/influxdb-client-go/v2` to your source code.
7474
#### GOPATH project
75-
```sh
76-
go get github.com/influxdata/influxdb-client-go
77-
```
75+
```sh
76+
go get github.com/influxdata/influxdb-client-go
77+
```
7878
Note: To have _go get_ in the GOPATH mode, the environment variable `GO111MODULE` must have the `off` value.
7979

8080
### Basic Example

0 commit comments

Comments
 (0)