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

fix: remove trailing fullstop from error strings #2166

Merged
merged 1 commit into from
Feb 27, 2022

Conversation

dnwe
Copy link
Collaborator

@dnwe dnwe commented Feb 27, 2022

As per https://github.com/golang/go/wiki/CodeReviewComments#error-strings error strings should not end with punctuation. This is more important now that we have multierror appending multiple strings to each other.

As per
https://github.com/golang/go/wiki/CodeReviewComments#error-strings error
strings should _not_ end with punctuation. This is more important now
that we have multierror appending multiple strings to each other.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant