You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors.
grosser
changed the title
Linter to rewrite err = foo; if err != nil to if err = foo; err != nil {
Linter to rewrite err=foo; if err to if err=foo; errMar 8, 2024
Your feature request related to a problem? Please describe.
rewrite
into
so our code looks consistent
Describe the solution you'd like.
automatic reformat
Describe alternatives you've considered.
manually reformatting
Additional context.
No response
The text was updated successfully, but these errors were encountered: