Replace equivalent fmt.Sprintf calls with strconv.Itoa
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: malomarrec
This batch change replaces fmt.Sprintf("%d", integer)
calls with semantically equivalent strconv.Itoa
calls
Created by Sourcegraph batch change malo/fmt-sprintf-toitoa
.
Push commits to the source branch or add previously merged commits to review them.