DEBSOURCES
Skip Quicknav
sources / golang-github-powerman-check / 1.9.0-1 / stats_main_test.go
123456789
package check_test import ( "testing" "github.com/powerman/check" ) func TestMain(m *testing.M) { check.TestMain(m) }