forgejo/services/archiver
Kyle Evans 3b8eac493b services: archiver: appease golangci-lint, lock queueMutex
Locking/unlocking the queueMutex is allowed, but not required, for
Cond.Signal() and Cond.Broadcast().  The magic at play here is just a little
too much for golangci-lint, as we take the address of queueMutex and this is
mostly used in archiver.go; the variable still gets flagged as unused.
2020-05-05 16:56:39 -05:00
..
archiver.go archiver: restructure a little bit to facilitate testing 2020-05-05 16:39:40 -05:00
archiver_test.go services: archiver: appease golangci-lint, lock queueMutex 2020-05-05 16:56:39 -05:00