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
Flag all stdlib functions that have both a Printf() and Print() variant.
Found with:
% rg -g '!internal/' -g '!cmd/' '^func ([()*a-zA-Z0-9_ ]+)?[A-Z]\w+\(\w+ string, \w+ \.\.\.any\)'
(will need to filter out some false positives)
Fixesdominikh#1528
We're at least missing
fmt.Errorf
,log.Fatalf
, and several methods onlog.Logger
and methods fromtesting
.The text was updated successfully, but these errors were encountered: