Interfaces and error checking golang
Introduction In this post I would like to discuss a mistake that I have seen while I was reviewing a pull request. We are going to talk a bit about golang interfaces in the context of error handling and checking if an error is nil Let's see some code...
Nov 19, 20224 min read365