protosio / protos

GNU Affero General Public License v3.0
9 stars 3 forks source link

Change error behaviour throughout the codebase #15

Open nustiueudinastea opened 4 years ago

nustiueudinastea commented 4 years ago

Change error behaviour so that it matches the new Go 13 way of doing things. This only applies to a few spots where the value of the error is used to take a decision. Check out:

https://blog.golang.org/go1.13-errors https://middlemost.com/failure-is-your-domain/