Closed as not planned
Description
Your feature request related to a problem? Please describe.
The numtostr
linter find wrong usage of fmt.Sprint
to parse numbers. Instead, strconv.Itoa
should be used.
https://github.com/gostaticanalysis/numtostr
Describe the solution you'd like.
—
Describe alternatives you've considered.
—
Additional context.
No response