uploadcare/uploadcare-go

Nil pointer dereference in request body close

Closed this issue · 0 comments

Hi, here https://github.com/uploadcare/uploadcare-go/blob/master/ucare/restapi.go#L97 throwing panic because you wrote resp.Body.Close() not req.Body.Close(). Thanks for implementation golang library