go/src/errors
Daniel Nephin c0fd7f79fe errors: improve the godoc for Join and Unwrap
Document that errors returned by Join always implement Unwrap []error.

Explicitly state that Unwrap does not unwrap errors
with an Unwrap() []error method.

Change-Id: Id610345dcf43ca54a9dde157e56c5815c5112073
GitHub-Last-Rev: 7a0ec450bd
GitHub-Pull-Request: golang/go#59301
Reviewed-on: https://go-review.googlesource.com/c/go/+/480021
Run-TryBot: Emmanuel Odeke <emmanuel@orijtech.com>
Auto-Submit: Emmanuel Odeke <emmanuel@orijtech.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
2023-03-30 23:49:50 +00:00
..
errors.go errors: add ErrUnsupported 2023-03-11 05:07:02 +00:00
errors_test.go errors: move example functions into example_test file 2023-01-20 21:55:10 +00:00
example_test.go errors: move example functions into example_test file 2023-01-20 21:55:10 +00:00
join.go errors: improve the godoc for Join and Unwrap 2023-03-30 23:49:50 +00:00
join_test.go errors: add test for Join 2022-10-17 21:48:12 +00:00
wrap.go errors: improve the godoc for Join and Unwrap 2023-03-30 23:49:50 +00:00
wrap_test.go errors: move example functions into example_test file 2023-01-20 21:55:10 +00:00