func errors.Join
5 uses
errors (current package)
join.go#L19: func Join(errs ...error) error {
go.pact.im/x/task
task.go#L56: return errors.Join(errs...)
task.go#L89: return errors.Join(errs...)
go.uber.org/goleak/internal/stack
stacks.go#L123: return p.stacks, errors.Join(p.errors...)
google.golang.org/grpc/credentials
tls.go#L66: return fmt.Errorf("credentials: invalid authority %q: %v", authority, errors.Join(errs...))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)