Files
patchy/pkg_test.go
Ian Gulliver 24716e99cf Package rename
2023-04-20 19:48:04 +00:00

12 lines
125 B
Go

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