forked from TrueCloudLab/restic
d72181c8c1
cleanup handlers run in the order in which they are added. As Go calls init() functions in lexical order, the cleanup handler from global.go was registered before that from lock.go, which is the correct order. Make this order explicit to ensure that this won't break accidentally. |
||
---|---|---|
.. | ||
restic |