We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac01747 commit 276a22cCopy full SHA for 276a22c
test/testdata/perfsprint.go
@@ -4,5 +4,5 @@ package testdata
4
import "fmt"
5
6
func SprintfCouldBeStrconv() {
7
- 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"
8
}
0 commit comments