Files
selfcert/pkg_test.go
Ian Gulliver 2e660a233d Initial commit
2023-04-20 16:25:33 +00:00

12 lines
127 B
Go

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