Blog-Post
Error Handling in Go
Two commonly perceived problems of the programming language Go are that
handling errors is verbose and repetitive
parametric polymorphism is not available
This post is about the intersection of those problems
and Rob Pike’s recommendation on the former.