Add support for Go 1.13 error chains by jayschwa · Pull Request #206 · pkg/errors

Go 1.13 adds support for error chains to the standard libary's errors package. The new standard library functions require an Unwrap method to be provided by an error type. This change adds a ne...