forgejo/services/archiver
Kyle Evans be77f9ed59 archiver: tests: Test* is run in a separate context than TestMain
We must setup the mutex/cond variables at the beginning of any test that's
going to use it, or else these will be nil when the test is actually ran.
2020-05-05 17:49:26 -05:00
..
archiver.go archiver: restructure a little bit to facilitate testing 2020-05-05 16:39:40 -05:00
archiver_test.go archiver: tests: Test* is run in a separate context than TestMain 2020-05-05 17:49:26 -05:00