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 UUID library used here changed the signature in one of the methods, now instead of only returning the UUID object, it also returns an error, so in line 185 of storage.go, when doing String() it fails because the method now returns 2 objects
The UUID library used here changed the signature in one of the methods, now instead of only returning the UUID object, it also returns an
error, so in line 185 ofstorage.go, when doingString()it fails because the method now returns 2 objects