relab/gorums

Small user guide error

AndreaEsposit opened this issue · 1 comments

You are using an outdated version of the newManager function in the user guide:

It should be
mgr, err := pb.NewManager(pb.WithNodeList(addrs), ....)
Instead of
mgr, err := pb.NewManager(addrs, ....)

Fixed by #123