mirror of https://github.com/golang/go.git
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:
|
||
|---|---|---|
| .. | ||
| errors.go | ||
| errors_test.go | ||
| example_test.go | ||
| join.go | ||
| join_test.go | ||
| wrap.go | ||
| wrap_test.go | ||