Skip to content

Replace equivalent fmt.Sprintf calls with strconv.Itoa

Administrator requested to merge batches/sprintf-to-itoa into master

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.

Merge request reports

Loading