#error-handling
Read more stories on Hashnode
Articles with this tag
1. The Basics: Errors in Go What is an Error? In Go, an error is a value indicating that something went wrong. Think of it as a signal saying, "Oops,...
Sentinel Errors In Go, sentinel errors are specific, pre-defined error values that are used throughout a codebase to indicate particular error...