Files
loggerx/loggerc_test.go
T

13 lines
168 B
Go
Raw Normal View History

2024-04-21 12:23:26 +08:00
package loggerx_test
import (
"context"
"testing"
"github.com/yuninks/loggerx"
)
func TestLoggerc(t *testing.T) {
loggerx.Info(context.Background(), "hhhhhh")
}