Files
bus/pkg_test.go
Ian Gulliver 6d46cf96fe Initial commit
2023-04-20 18:29:49 +00:00

12 lines
122 B
Go

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