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

Commit 1fb4e47

Browse files
Wei Fubradfitz
Wei Fu
authored andcommitted
CONTRIBUTING.md: update the command.
Update the command to `go get -u golang.org/x/lint/golint` to make it consistent with `README.md'. Change-Id: I0e20881d34a9689577d9c9f5ad74008782695c95 GitHub-Last-Rev: 096da70 GitHub-Pull-Request: #398 Reviewed-on: https://go-review.googlesource.com/108995 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent 85993ff commit 1fb4e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Check you have the latest version of its dependencies. Run
88
```
9-
go get -u github.com/golang/lint
9+
go get -u golang.org/x/lint/golint
1010
```
1111
If you still have problems, consider searching for existing issues before filing a new issue.
1212

0 commit comments

Comments
 (0)