Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Fix govet:fieldalignment linting errors #129

Merged
merged 1 commit into from
Apr 8, 2021

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Apr 8, 2021

Change field order of Config struct to reduce allocation requirements and pass fieldalignment linting check.

fixes GH-127

@atc0005 atc0005 added bug Something isn't working linting labels Apr 8, 2021
@atc0005 atc0005 added this to the Next Release milestone Apr 8, 2021
@atc0005 atc0005 self-assigned this Apr 8, 2021
@atc0005 atc0005 force-pushed the i127-fix-fieldalignment-linting-errors branch from b413d53 to 52edbbd Compare April 8, 2021 15:59
Change field order of `Config` struct to reduce allocation
requirements and pass `fieldalignment` linting check.

refs GH-127
@atc0005 atc0005 force-pushed the i127-fix-fieldalignment-linting-errors branch from 52edbbd to 362468c Compare April 8, 2021 16:02
@atc0005 atc0005 merged commit 3c8c8dc into master Apr 8, 2021
@atc0005 atc0005 deleted the i127-fix-fieldalignment-linting-errors branch April 8, 2021 16:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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