neurodrone / crdt

A Golang implementation of CRDTs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swap the outcome for BiasAdd and BiasRemove for lww-e-set

neurodrone opened this issue · comments

https://github.com/neurodrone/crdt/blob/master/lww_e_set.go#L68-L74 the results for each of the switch cases should be swapped.

Fixed via 2d1ff6e.