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
{{ message }}
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
So I've been trying to figure out what the best way to handle errors in the callback handlers, currently they're just ignored. There isn't really an accepted way of doing this based on the golang mailing list but one of the solutions is to return a struct that contains both an object and an error.
Any opposition to switching ours to that?
The text was updated successfully, but these errors were encountered:
So I've been trying to figure out what the best way to handle errors in the callback handlers, currently they're just ignored. There isn't really an accepted way of doing this based on the golang mailing list but one of the solutions is to return a struct that contains both an object and an error.
Any opposition to switching ours to that?
The text was updated successfully, but these errors were encountered: