Skip to content

Commit

Permalink
Merge pull request #204 from eliasdaler/patch-1
Browse files Browse the repository at this point in the history
Use "go install" instead of "go get" in README.md
  • Loading branch information
dtcaciuc committed Dec 22, 2021
2 parents 8ddee48 + 37cf04d commit b275da0
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 @@ errcheck is a program for checking for unchecked errors in go programs.

## Install

go get -u github.com/kisielk/errcheck
go install github.com/kisielk/errcheck@latest

errcheck requires Go 1.12 or newer, and depends on the package go/packages from the golang.org/x/tools repository.

Expand Down

0 comments on commit b275da0

Please sign in to comment.