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
// There is no exception handling. Instead, functions that might produce an error just declare an additional return value of type error. This is the error interface:
// The error built-in interface type is the conventional interface for representing an error condition,