Skip to content

Commit

Permalink
README.md: small formatting and note about GO111MODULE=on
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 28, 2023
1 parent 3b86af1 commit 42a2a2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ Install Go language (golang), guidelines at:
* https://golang.org
* https://golang.org/doc/install

**Note**: When using Go version 1.16 or later, it's necessary to set the environment variable `GO111MODULE` to `off` prior to executing the `go get` or `make` commands below. When using an `sh`-compatible shell, this can be accomplished with `export GO111MODULE=off`
**Note**: When using Go version 1.16 or later, it's necessary to set the environment variable
`GO111MODULE` to `off` prior to executing the `go get` or `make` commands below. When using an
`sh`-compatible shell, this can be accomplished with `export GO111MODULE=off`. If fails when
using `GO111MODULE=off`, try with `GO111MODULE=on`.


***

Expand Down

0 comments on commit 42a2a2f

Please sign in to comment.