bodyclose icon indicating copy to clipboard operation
bodyclose copied to clipboard

conflicts with errcheck?

Open exoticknight opened this issue 2 years ago • 0 comments

resp.Body.Close() return error, so

defer resp.Body.Close()

seems to violate the errcheck rule?

errcheck: https://github.com/kisielk/errcheck

exoticknight avatar May 30 '23 09:05 exoticknight