DEBSOURCES
Skip Quicknav
sources / golang-github-protonmail-gluon / 0.17.0-4 / tests / main_test.go
1234567891011
package tests import ( "testing" "go.uber.org/goleak" ) func TestMain(m *testing.M) { goleak.VerifyTestMain(m, goleak.IgnoreCurrent()) }