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
I'm curious if you'd be open to changing the API to return idiomatic Go errors instead of idiomatic C codes. In other words, this would replace Return with error in all of the Go-friendly wrappers.
It would be a breaking change and would be a hassle for existing users, but it would be much more ergonomic for new users.
The text was updated successfully, but these errors were encountered:
I'm curious if you'd be open to changing the API to return idiomatic Go errors instead of idiomatic C codes. In other words, this would replace
Return
witherror
in all of the Go-friendly wrappers.It would be a breaking change and would be a hassle for existing users, but it would be much more ergonomic for new users.
The text was updated successfully, but these errors were encountered: