crdt icon indicating copy to clipboard operation
crdt copied to clipboard

Unsolved reference

Open arberiii opened this issue 6 years ago • 1 comments

In file g_counter.go line 22, the identity of replica is ident: uuid.NewV4().String() but uuid.NewV4() returns a tuple with of format (UUID, error).

As I saw this reference is used in other places as well!

arberiii avatar Jan 26 '19 16:01 arberiii

This package is really old and upstream signature for the function has changed. Since this dependency is not vendored ( and mods were not around ) it is an expected kind of error.

Akaame avatar Feb 03 '22 22:02 Akaame