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
not checking errors:
it's an error condition if 1) the error isn't returned (via a named or normal return) or 2) an error returned from a function isn't assigned to anything or 3) an error is assigned but shadowed before checked
casting a type to itself
The text was updated successfully, but these errors were encountered:
it's an error condition if 1) the error isn't returned (via a named or normal return) or 2) an error returned from a function isn't assigned to anything or 3) an error is assigned but shadowed before checked
The text was updated successfully, but these errors were encountered: