We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Go v1.22 release notes say; https://tip.golang.org/doc/go1.22:
testing/slogtest The new Run function uses sub-tests to run test cases, providing finer-grained control.
We shoud check if that helps us somehow. While here, also add the new tests added in golang/go#62280
The text was updated successfully, but these errors were encountered:
issues/413: Use testing/slogtest (#417)
8c3be2d
- Fixes: #413
Successfully merging a pull request may close this issue.
The Go v1.22 release notes say; https://tip.golang.org/doc/go1.22:
We shoud check if that helps us somehow.
While here, also add the new tests added in golang/go#62280
The text was updated successfully, but these errors were encountered: