Skip to content
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

Fix govet:fieldalignment linting errors #154

Merged
merged 1 commit into from
Apr 5, 2021

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Apr 5, 2021

Change field order of affected structs in order to reduce allocation requirements and pass fieldalignment linting check.

Change field order of affected structs in order to reduce
allocation requirements and pass `fieldalignment` linting check.

refs GH-152
@atc0005 atc0005 added bug Something isn't working linting labels Apr 5, 2021
@atc0005 atc0005 added this to the v0.5.1 milestone Apr 5, 2021
@atc0005 atc0005 self-assigned this Apr 5, 2021
@atc0005 atc0005 merged commit 906350a into master Apr 5, 2021
@atc0005 atc0005 deleted the i152-fix-fieldalignment-linting-errors branch April 5, 2021 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fieldalignment: struct with X pointer bytes could be Y (govet)
1 participant