tidy: frivolous Sprintf
Created by: rvantonder
Remove frivolous uses of Sprintf
. See this reference article.
Created with
{
"matchTemplate": "fmt.Sprintf(\"%d\", :[v])",
"rewriteTemplate": "strconv.Itoa(:[v])",
"scopeQuery": "repo:github.com/sourcegraph/sourcegraph$ lang:go"
}