Error strings follow a set of guidelines to ensure uniformity and good composability. Quoting Go Code Review Comments: ``` Error strings should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation, since they are usually printed following other context. That is, use fmt.Errorf("something bad") not …
Occurrences
There is 1 occurrence of this issue in the repository.
Description
Error strings follow a set of guidelines to ensure uniformity and good composability. Quoting Go Code Review Comments: ``` Error strings should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation, since they are usually printed following other context. That is, use fmt.Errorf("something bad") not …
Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/danstis/go-nitrado/issue/SCC-ST1005/occurrences/