Golang error handling demystified. errors.Is(), errors.As(), errors.Unwrap(), custom errors and more
Error handling in Golang can be tricky to understand. I know I struggled with it and the articles I stumbled upon offered some information but… Read More »Golang error handling demystified. errors.Is(), errors.As(), errors.Unwrap(), custom errors and more