xuxife
Results
2
issues of
xuxife
Hi, I notice my assertion failure message sometimes has **loooong** stack traces, where most of them are from **sdk or framework**. I hope there could be a feature that I...
enhancement
current logger didn't support [log/slog.LogValuer](https://pkg.go.dev/log/slog#LogValuer), rather just `a.Value.String()` should `a.Value.Resolve` to respect interface `LogValuer` ``` // Handle handles the Record. It will only be called if Enabled returns true. //...
enhancement