How to Avoid Repetitive Error Checking in Go
In my last post: Go Error First Impression, I briefly touched on how error handling is unique in Go. To recap:
Error is just a value to be returned
Error needs to be explicitly checked
We also know this error design comes with a tradeoff: it coul...
wpding.hashnode.dev4 min read