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