You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config/config.go:192:13: fieldalignment: struct with 312 pointer bytes could be 304 (govet)
type Config struct {
^
config/config.go:209:21: fieldalignment: struct with 136 pointer bytes could be 120 (govet)
type configTemplate struct {
^
dqrs/queryresponse.go:23:23: fieldalignment: struct with 80 pointer bytes could be 56 (govet)
type DNSQueryResponse struct {
^
The text was updated successfully, but these errors were encountered:
Multiple linting issues exposed by the changes in atc0005/go-ci#287 and atc0005/go-ci#288:
The text was updated successfully, but these errors were encountered: