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
iteration.Iterator.Next() currently has the signature Next() (bool, common.KV, error). We should change it to Next() (common.KV, bool, error) to be more consistent with golang convention.
The text was updated successfully, but these errors were encountered:
iteration.Iterator.Next() currently has the signature
Next() (bool, common.KV, error)
. We should change it toNext() (common.KV, bool, error)
to be more consistent with golang convention.The text was updated successfully, but these errors were encountered: