blob: 807e7e2c4b1b8092c6a65a176013725628b98262 (
plain)
1
2
3
4
5
6
|
errcheck is a program for checking for unchecked errors in go programs.
For basic usage, just give the package path of interest as the first argument:
errcheck github.com/kisielk/errcheck/testdata
|