DEV Community

Georgios Komninos
Georgios Komninos

Posted on • Originally published at blog.gkomninos.com on

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

Top comments (0)