github.com/jshiv/can-go@v0.2.1-0.20210224011015-069e90e90bdf/pkg/socketcan/main_test.go (about) 1 package socketcan 2 3 import ( 4 "os" 5 "testing" 6 7 "go.uber.org/goleak" 8 ) 9 10 func TestMain(m *testing.M) { 11 goleak.VerifyTestMain(m) 12 os.Exit(m.Run()) 13 }