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
lint: drop trailing '...' from usage error strings
staticcheck ST1005: error strings shouldn't end with punctuation.
Two tournament usage messages in commands.go + ctl.go had a trailing
'...' (illustrative, not literal); harmless to drop.
0 commit comments