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

Commit

Permalink
README.md: update "go get" link to use x/lint repo
Browse files Browse the repository at this point in the history
Change-Id: I0d827dd750b50bf1a3da6e519f4764d4b9de0985
Reviewed-on: https://go-review.googlesource.com/96198
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
andybons committed Feb 22, 2018
1 parent 934ed66 commit ead987a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Golint is a linter for Go source code.

Golint requires Go 1.6 or later.

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

## Usage

Expand Down

0 comments on commit ead987a

Please sign in to comment.