|
|
|
|
|
by rogpeppe1
3444 days ago
|
|
Exceptions don't always give you useful stack traces in a concurrent situation, because the current stack may only reflect a goroutine that's processing data on behalf of another. The real execution context may involve many more. |
|