mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
a6541aac41
NB: Go `defer` order execution is reverse to the order `defer` statements are executed. So before the change, `Drop()` was called before `Close()`, which was no-op. Change that to explicit order in single func, print errors if they happen.