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
{{ message }}
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.
config/config.go:251:13: fieldalignment: struct with 112 pointer bytes could be 72 (govet)
type Config struct {
^
routes/routes.go:18:12: fieldalignment: struct with 80 pointer bytes could be 64 (govet)
type Route struct {
^
cmd/bounce/decode-json-body.go:24:23: fieldalignment: struct with 16 pointer bytes could be 8 (govet)
type malformedRequest struct {
^
cmd/bounce/notify.go:16:19: fieldalignment: struct with 32 pointer bytes could be 24 (govet)
type NotifyResult struct {
^
cmd/bounce/notify.go:34:18: fieldalignment: struct with 32 pointer bytes could be 24 (govet)
type NotifyQueue struct {
^
The text was updated successfully, but these errors were encountered:
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: