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

fieldalignment: struct with X pointer bytes could be Y (govet) #66

Closed
atc0005 opened this issue Apr 13, 2021 · 1 comment
Closed

fieldalignment: struct with X pointer bytes could be Y (govet) #66

atc0005 opened this issue Apr 13, 2021 · 1 comment
Assignees
Labels
bug Something isn't working linting

Comments

@atc0005
Copy link
Owner

atc0005 commented Apr 13, 2021

Linting issues exposed by the changes in atc0005/go-ci#287 and atc0005/go-ci#288:

internal\config\config.go:103:13: fieldalignment: struct with 104 pointer bytes could be 72 (govet)
type Config struct {
            ^
internal\lockss\proxy.go:17:12: fieldalignment: struct with 48 pointer bytes could be 32 (govet)
type Proxy struct {
           ^
internal\lockss\proxy.go:31:18: fieldalignment: struct with 16 pointer bytes could be 8 (govet)
type ProxyAccess struct {
                 ^
internal\portchecks\portchecks.go:24:13: fieldalignment: struct with 48 pointer bytes could be 24 (govet)
type Result struct {
            ^
@atc0005 atc0005 added bug Something isn't working linting labels Apr 13, 2021
@atc0005 atc0005 added this to the Next Release milestone Apr 13, 2021
@atc0005 atc0005 self-assigned this Apr 13, 2021
@atc0005
Copy link
Owner Author

atc0005 commented Apr 15, 2021

See atc0005/go-ci#302 for more information.

For now, closing this.

@atc0005 atc0005 closed this as completed Apr 15, 2021
@atc0005 atc0005 removed this from the Next Release milestone Apr 15, 2021
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

No branches or pull requests

1 participant