go/src/errors
LE Manh Cuong 0bf1f02ed9 errors: fix Is panics if target is uncomparable
Fixes #31841

Change-Id: I3f068686154fd2fa5755b0df47b4eaa5c9a19107
Reviewed-on: https://go-review.googlesource.com/c/go/+/175260
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-05-06 17:02:59 +00:00
..
errors.go fmt: make type of fmt.Errorf the same as that of errors.New 2019-03-14 09:45:22 +00:00
errors_test.go
example_test.go errors: add Unwrap, Is, and As 2019-02-27 19:09:40 +00:00
format.go
frame.go errors: record only single frame 2019-03-14 09:31:05 +00:00
frame_test.go errors: record only single frame 2019-03-14 09:31:05 +00:00
wrap.go errors: fix Is panics if target is uncomparable 2019-05-06 17:02:59 +00:00
wrap_test.go errors: fix Is panics if target is uncomparable 2019-05-06 17:02:59 +00:00