Skip to content

string-of-int

Make integer-to-string intent explicit.

Updated View as Markdown

Default severity: error

Make integer-to-string intent explicit.

Bad

text := string(value)

Good

text := strconv.Itoa(value)
Navigation

Type to search…

↑↓ navigate↵ selectEsc close