We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afd482 commit 9de69f6Copy full SHA for 9de69f6
src/errors/join.go
@@ -16,6 +16,7 @@ import (
16
// between each string.
17
//
18
// A non-nil error returned by Join implements the Unwrap() []error method.
19
+// The errors may be inspected with [Is] and [As].
20
func Join(errs ...error) error {
21
n := 0
22
for _, err := range errs {
0 commit comments