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
This is not idiomatic Go. Idiomatic Go has the error return value last in the list of values returned.
I am planning to change the signature of these two functions so that the error is returned last.
THIS IS A BREAKING API CHANGE.
Pleas let me know if this impacts you.
I will work on a branch and not merge in the changes until >= 1 week after I announce it is ready in this issue.
The text was updated successfully, but these errors were encountered:
The two public functions for this library returns the
error
return value first:This is not idiomatic Go. Idiomatic Go has the
error
return value last in the list of values returned.I am planning to change the signature of these two functions so that the
error
is returned last.THIS IS A BREAKING API CHANGE.
Pleas let me know if this impacts you.
I will work on a branch and not merge in the changes until >= 1 week after I announce it is ready in this issue.
The text was updated successfully, but these errors were encountered: