debug_test.go 116 B

12345678910
  1. package utils
  2. import (
  3. "testing"
  4. )
  5. func TestMain(t *testing.T) {
  6. debug := Init("sdk")
  7. debug("%s", "testing")
  8. }