Effective Error Handling in Go: From `if err != nil` to `errors.AsType`
Go’s error handling gets a lot of attention — and a lot of criticism. The familiar if err != nil
Continue readingEffective Error Handling in Go: From `if err != nil` to `errors.AsType`