Skip to content

Commit

Permalink
review: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Oct 19, 2023
1 parent ac01747 commit 276a22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testdata/perfsprint.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ package testdata
import "fmt"

func SprintfCouldBeStrconv() {
fmt.Sprintf("%d", 42) // want "fmt.Sprintf can be replaced with faster function strconv.Itoa"
fmt.Sprintf("%d", 42) // want "fmt.Sprintf can be replaced with faster strconv.Itoa"
}

0 comments on commit 276a22c

Please sign in to comment.