DEBSOURCES
Skip Quicknav
sources / golang-github-samber-slog-common / 0.0~git20250908.8eb9dfc-1 / main_test.go
1234567891011
package slogcommon import ( "testing" "go.uber.org/goleak" ) func TestMain(m *testing.M) { goleak.VerifyTestMain(m) }