relab / hotstuff

MIT License
166 stars 52 forks source link

Replace go.uber.org/multierr with stdlib/errors.Join #97

Closed meling closed 1 year ago

meling commented 1 year ago

Upgrades to Go 1.20 and replaces the multierr package with the new errors.Join function in stdlib.