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