mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-02 04:50:49 +00:00
60800b5f25
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.