Files
path/pkg_test.go
Ian Gulliver f50e6e228c Module split
2023-04-20 18:01:36 +00:00

12 lines
123 B
Go

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