crdt
crdt copied to clipboard
Unsolved reference
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!
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.