debug_test.go 130 B

1234567891011
  1. package utils
  2. import (
  3. "testing"
  4. // "fmt"
  5. )
  6. func TestMain(m *testing.M) {
  7. debug := Init("sdk")
  8. debug("%s", "testing")
  9. }