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
Saw warnings on error variables inside vs code. Apparently staticcheck enforces that Error names must start with Err
for example: errFoo or ErrFoo
more on this here: https://staticcheck.io/docs/checks#ST1012
Example Instance:
The text was updated successfully, but these errors were encountered:
Saw warnings on error variables inside vs code. Apparently staticcheck enforces that Error names must start with
Err
for example:
errFoo
orErrFoo
more on this here: https://staticcheck.io/docs/checks#ST1012
Example Instance:
The text was updated successfully, but these errors were encountered: