garage-k2v-go/main_test.go

11 lines
116 B
Go
Raw Permalink Normal View History

package k2v
import (
"go.uber.org/goleak"
"testing"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}