package logx import ( "testing" ) func TestDebug(t *testing.T) { Debug("debug") }