bodyclose
bodyclose copied to clipboard
conflicts with errcheck?
resp.Body.Close() return error, so
defer resp.Body.Close()
seems to violate the errcheck rule?
errcheck: https://github.com/kisielk/errcheck