Error handling with Go 1.14

When programming in Go 1.14, error handling is no longer limited to the error interface.

Discover error wrapping, introduced with Go 1.13, and slowly generalized in the Go 1.14 runtime library.

I presented this talk at the 2020-02-26 Golang Paris meetup, held at Deezer France.