mirror of
https://github.com/samber/lo.git
synced 2025-09-26 20:11:13 +08:00
12 lines
116 B
Go
12 lines
116 B
Go
package lo
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"go.uber.org/goleak"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
goleak.VerifyTestMain(m)
|
|
}
|