| commit | d1ac909e84c04f4326f620436b3894b3f5de0bd4 | [log] [tgz] |
|---|---|---|
| author | qiulaidongfeng <2645477756@qq.com> | Wed May 14 21:43:26 2025 +0800 |
| committer | Gopher Robot <gobot@golang.org> | Wed May 14 16:54:08 2025 -0700 |
| tree | ca499e51ae637c8636b3ac679372bc5227904113 | |
| parent | 506c70f97318aa991ec5a898685660c880c166ca [diff] |
sync/errgroup: PanicError.Error print stack trace Because it is useful to print the stack when a nil pointer dereference occurs. Fixes golang/go#73710 Change-Id: I106ea0bdd70c2a293f5ea889edef9b5ba9db2fbd Reviewed-on: https://go-review.googlesource.com/c/sync/+/672635 Reviewed-by: Damien Neil <dneil@google.com> Auto-Submit: Damien Neil <dneil@google.com> Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Alan Donovan <adonovan@google.com> TryBot-Bypass: Damien Neil <dneil@google.com>
This repository provides Go concurrency primitives in addition to the ones provided by the language and “sync” and “sync/atomic” packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/sync.
The main issue tracker for the sync repository is located at https://go.dev/issues. Prefix your issue with “x/sync:” in the subject line, so it is easy to find.