bradleyfalzon / closecheck

Check for missing close method calls on objects that may require them - SEE EPILOGUE
Apache License 2.0
1 stars 0 forks source link

Add special case handling for net/http.Response #2

Closed bradleyfalzon closed 8 years ago

bradleyfalzon commented 8 years ago

Possibly add special case handling for net/http.Response, to ensure the .Body is closed.