mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-19 11:06:17 +00:00
Satisfies errcheck. Errors that carry no actionable information are ignored explicitly: writes to an already-committed response, and closing a fully read response body or file. Test fixture setup asserts with require.NoError instead, since a failure there means the fixture itself is broken.