Open nustiueudinastea opened 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/
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/