This commit is contained in:
jdl
2024-10-25 14:56:59 +02:00
parent 0518c5dcca
commit 125e090cb7
6 changed files with 448 additions and 0 deletions

11
lib/wal/main_test.go Normal file
View File

@@ -0,0 +1,11 @@
package wal
import (
"testing"
"go.uber.org/goleak"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}