Files
loggerx/loggerc_test.go
T

13 lines
168 B
Go

package loggerx_test
import (
"context"
"testing"
"github.com/yuninks/loggerx"
)
func TestLoggerc(t *testing.T) {
loggerx.Info(context.Background(), "hhhhhh")
}