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
Change error behaviour so that it matches the new Go 13 way of doing things. This only applies to a few spots where the value of the error is used to take a decision. Check out:
Change error behaviour so that it matches the new Go 13 way of doing things. This only applies to a few spots where the value of the error is used to take a decision. Check out:
https://blog.golang.org/go1.13-errors
https://middlemost.com/failure-is-your-domain/
The text was updated successfully, but these errors were encountered: