Sentinel errors articles
Blog



Results: 1 - 4 of 4 posts

Errors Handling in GO – Bonus Content
After learning the basics of errors in go, and how to create…

Error Handling in GO – Part 3
Chapter 3 – Writing a Custom Error Type In the first chapter,…
Error Handling in GO – Part 2
We finished the previous chapter of this series with returning Sentinel error…

Error Handling in GO – Part 1
Error handling can quickly become non-trivial. You may want to change your…