Finds silently ignored errors in Go code
errcheck
$ errcheck ./...
$ errcheck github.com/user/mypackage
$ errcheck -ignore 'fmt:.*' ./...