notificationProvider/gotify | Body not closed after reading #70
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Body isn't closed after reading: pkg/notificationProvider/gotify/gotify.go:79-88
Fix: Always close the response body with defer res.Body.Close().