ignore defer calls · Issue #55 · kisielk/errcheck

currently errcheck finds a lot of calls like defer r.Body.Close() or defer db.Close(). Would it be possible to ignore them to make the tool's output more meaningful and get the real problems to bet...