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
for code relying on this library - it will be useful to know the statefile size before downloading it, the field exists in the API but not in the stateVersion struct.
type StateVersion struct {
...
Size int64 `jsonapi:"attr,size"`
...
}