优化快捷方法&处理重复打印的BUG
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package loggerx_test
|
||||
|
||||
import (
|
||||
"context"
|
||||
"testing"
|
||||
|
||||
"github.com/yuninks/loggerx"
|
||||
)
|
||||
|
||||
func TestLoggerc(t *testing.T) {
|
||||
loggerx.Info(context.Background(), "hhhhhh")
|
||||
}
|
||||
Reference in New Issue
Block a user