kisielk / errcheck

errcheck checks that you checked errors.
MIT License
2.33k stars 138 forks source link

Use "go install" instead of "go get" in README.md #204

Closed eliasdaler closed 2 years ago

eliasdaler commented 2 years ago

See: https://go.dev/doc/go-get-install-deprecation It's available since Go 1.16 and if you run "go get", it recommends using "go install" instead.

dtcaciuc commented 2 years ago

Thank you!