Description
If function parameters of the same type lie next to each other, it's better to mention their type at the end of the last parameter. Unlike other languages, like C, where all parameters must be specified with types explicitly, it is not required to do so in Go, and is …
Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/IGLOU-EU/libgosay/issue/CRT-A0017/occurrences/
Description
If function parameters of the same type lie next to each other, it's better to mention their type at the end of the last parameter. Unlike other languages, like C, where all parameters must be specified with types explicitly, it is not required to do so in Go, and is …
Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/IGLOU-EU/libgosay/issue/CRT-A0017/occurrences/