Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

Commit 959b441

Browse files
tehsphinxbradfitz
authored andcommitted
Improve installation instructions for Go beginners
As a mentor at `exercism.io` I have to explain again and again how to install `golint`. Being new to Go they don't know where `golint` is installed and how to get it to work if they get the error message: `command not found`. Change-Id: I44b7bedefe3a8c167ac5f956fde28fed6f7616fa GitHub-Last-Rev: 41b2d10 GitHub-Pull-Request: #445 Reviewed-on: https://go-review.googlesource.com/c/lint/+/170278 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent d0100b6 commit 959b441

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Golint requires a
99

1010
go get -u golang.org/x/lint/golint
1111

12+
To find out where `golint` was installed you can run `go list -f {{.Target}} golang.org/x/lint/golint`. For `golint` to be used globally add that directory to the `$PATH` environment setting.
13+
1214
## Usage
1315

1416
Invoke `golint` with one or more filenames, directories, or packages named

0 commit comments

Comments
 (0)