-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Rename files to the more commenly used (in Go projects) snake_case #141
Conversation
08f4d42
to
885be6d
Compare
There is a new revive rule for validating the filenames Please add Fixing the names is good, but making sure no more errors I'll be done is also important |
There is also new revive rule for validating variables name Please add |
885be6d
to
a748df4
Compare
Found two additional variables due to configuring the |
In addition one struct field is renamed to follow the initialisms guideline: https://go.dev/wiki/CodeReviewComments#initialisms
a748df4
to
f69ecc7
Compare
Nice one to me @ccoVeille , no ? 😂😅 |
Oops... Yes, nice one @ccoVeille 😉 |
Hahaha good work guys. |
In addition renamed a few identifiers to follow the initialisms guideline:
https://go.dev/wiki/CodeReviewComments#initialisms