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
- Correct the argument order for errors.Is() calls from errors.Is(context.Canceled, err) to errors.Is(err, context.Canceled)
- Fixes SA1032: arguments have the wrong order warnings
0 commit comments