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? 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
Linting issue exposed by the changes in atc0005/go-ci#287 and atc0005/go-ci#288:
internal/config/config.go:71:13: fieldalignment: struct with 104 pointer bytes could be 88 (govet) type Config struct { ^
The text was updated successfully, but these errors were encountered:
Fix govet:fieldalignment linting error
70dc2de
Change field order of `Config` struct to reduce allocation requirements and pass `fieldalignment` linting check. refs GH-141
atc0005
Successfully merging a pull request may close this issue.
Linting issue exposed by the changes in atc0005/go-ci#287 and atc0005/go-ci#288:
The text was updated successfully, but these errors were encountered: