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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
There's an existing tool which does report if the struct is not probably aligned https://github.com/mdempsky/maligned
Things we need to clarify:
I can discuss with Matthew for those things.
The text was updated successfully, but these errors were encountered:
Would be nice though to show optimal arrangement suggestions and not just report misalignment.
The license is owned by the Go Authors https://github.com/mdempsky/maligned/blob/6e39bd26a8c8b58c5a22129593044655a9e25959/maligned.go#L1-L3 or at least that’s what Matthew dedicated it for.
Sorry, something went wrong.
Ah right, good point.
I think that can be easily done once we detect the misalignment.
Implement struct slop detection rules
d815ee8
Based on Matthew Dempsky's https://github.com/mdempsky/maligned Fixes #3
4ec902d
cuonglm
No branches or pull requests
There's an existing tool which does report if the struct is not probably aligned https://github.com/mdempsky/maligned
Things we need to clarify:
I can discuss with Matthew for those things.
The text was updated successfully, but these errors were encountered: