db8aa7f77b
errcheck is a program for checking for unchecked errors in go programs.
6 lines
204 B
Text
6 lines
204 B
Text
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
|