jmsadair / raft

An implementation of the Raft consensus protocol.
MIT License
31 stars 2 forks source link

Removed internal/errors #49

Closed jmsadair closed 5 months ago

jmsadair commented 5 months ago

This PR removes the custom errors package and replaces its usage with the standard library errors package.