Files
metadata/pkg_test.go
Ian Gulliver 07b5bec219 Initial commit
2023-04-20 05:17:28 +00:00

12 lines
127 B
Go

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