Skip to content
Snippets Groups Projects

Replace equivalent fmt.Sprintf calls with strconv.Itoa

Closed 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

Approval is optional

Closed by avatar (Jun 6, 2025 2:52am UTC)

Merge details

  • The changes were not merged into master.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading