Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential panic by handling error on Close
Add a deferred anonymous function to properly handle errors when closing the response body in tests/main_test.go. This change prevents unhandled errors that might occur during the closing of the HTTP response body.
- Loading branch information