Error Handling in GO – Part 3

Chapter 3 – Writing a Custom Error Type In the first chapter, we learned the basics of errors in go. How to create an error with a particular message. Then we looked into exposing different types of errors in our packages so that consumers of our code can handle them differently, if appropriate. In the… Read more »