Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kisielk committed Nov 9, 2023
1 parent 9a4b3be commit 4a3073c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -8,9 +8,7 @@ errcheck is a program for checking for unchecked errors in Go code.

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.

errcheck requires module support to be enabled, which is the default in Go 1.13 and later. If installing with Go 1.12 you will need to specify `GO111MODULE=on` if building within `$GOPATH`.
errcheck requires Go 1.18 or newer.

## Use

Expand Down

0 comments on commit 4a3073c

Please sign in to comment.