github.com/go-email-validator/go-email-validator@v0.0.0-20230409163946-b8b9e6a0552e/test/performance/main_test.go (about) 1 package performance 2 3 import ( 4 "github.com/go-email-validator/go-email-validator/pkg/ev/evtests" 5 "testing" 6 ) 7 8 func TestMain(m *testing.M) { 9 evtests.TestMain(m) 10 }