-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Support for golang.org/x/exp/slog
#71
Comments
Your request seems valid 👍
I'm curious. Why that old version of Go? Better performance for exp/slog? New method available? Something else. I'm asking because I recently suggested adding exp/slog to exptostd linter |
@ccoVeille we are using some wrapper of slog, which was developed by common platform department (not us). So only this is forcing to use. Don't really know why they chose exp version, I thought that there are more features, but it looks like I was wrong. |
@uroborosq Hello,
While I do understand your motivation, I'm not sure it's worth the change. IIRC, Your codebase will move on to And if we support |
@tmzane ok, I see you point, I can understand why you don't want to support this. I'll try to negotiate with that team then, thanks for answering! |
Hello, thanks for your linter! It's definitely what I was looking for.
In our code base we are forced to use exp version of slog.
Unfortunately, this linter is not triggered when experimental version is used.
Would be great to have the same rules applied to experimental version of slog
The text was updated successfully, but these errors were encountered: