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
While technically correct, in my opinion if err != nil checks don't really add complexity to a function from the programmers' standpoint. It would be nice to have an option to ignore these statements in functions.
While technically correct, in my opinion
if err != nilchecks don't really add complexity to a function from the programmers' standpoint. It would be nice to have an option to ignore these statements in functions.