Interfaces and error checking golang

Georgios Komninos - Jun 19 - - Dev Community

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...

. . . . . . . . . . . . . . . . . . .