8000 README.md: update "go get" link to use x/lint repo · golang/lint@ead987a · GitHub
[go: up one dir, main page]

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

Commit ead987a

Browse files
committed
README.md: update "go get" link to use x/lint repo
Change-Id: I0d827dd750b50bf1a3da6e519f4764d4b9de0985 Reviewed-on: https://go-review.googlesource.com/96198 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent 934ed66 commit ead987a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Golint is a linter for Go source code.
66

77
Golint requires Go 1.6 or later.
88

9-
go get -u github.com/golang/lint/golint
9+
go get -u golang.org/x/lint/golint
1010

1111
## Usage
1212

0 commit comments

Comments
 (0)
0