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
Go-1.24's govet will reject fmt.Xprintf calls with a non-constant
formatting string and no extra argument.
e.g.: `foo(str)` instead of `foo(str, arg1)`
Signed-off-by: Sebastien Binet <[email protected]>
0 commit comments