mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 12:48:00 +00:00
- Replace bare `defer f.Close()` with `defer func() { _ = f.Close() }()`
for explicit error throwaway (consistent with other backends)