Skip to content

Commit b275da0

Browse files
authored
Merge pull request #204 from eliasdaler/patch-1
Use "go install" instead of "go get" in README.md
2 parents 8ddee48 + 37cf04d commit b275da0

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 @@ errcheck is a program for checking for unchecked errors in go programs.
66

77
## Install
88

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

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

0 commit comments

Comments
 (0)