You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/golinters/govet/testdata/govet.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,5 +39,5 @@ func GovetPrintf() {
39
39
40
40
funcGovetStringIntConv() {
41
41
i:=42
42
-
fmt.Println("i = "+string(i)) // want "stringintconv: conversion from int to string yields a string of one rune, not a string of digits \\(did you mean fmt.Sprint\\(x\\)\\?\\)"
42
+
fmt.Println("i = "+string(i)) // want "stringintconv: conversion from int to string yields a string of one rune, not a string of digits"
0 commit comments