优化快捷方法&处理重复打印的BUG

This commit is contained in:
Yun
2024-04-21 12:23:26 +08:00
parent 864b1ae117
commit 328dadb308
4 changed files with 64 additions and 5 deletions
+12
View File
@@ -0,0 +1,12 @@
package loggerx_test
import (
"context"
"testing"
"github.com/yuninks/loggerx"
)
func TestLoggerc(t *testing.T) {
loggerx.Info(context.Background(), "hhhhhh")
}