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
The common standard in go is to use err for errors and not e (see examples in https://go.dev/doc/effective_go). I think it make sense to rename the error variable in the go bindings to err to be better aligned with the go community.