Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
Group is a errgroup.Group that also captures panics from its goroutines and reports them with a stack trace. The original errgroup.Group reports the stack trace of the `Wait()` call, which is much less useful.
type PanicError ¶
type PanicError struct {
// contains filtered or unexported fields
}
func (PanicError) Error ¶
func (e PanicError) Error() string
func (PanicError) Recovered ¶
func (e PanicError) Recovered() any
func (PanicError) Stack ¶
func (e PanicError) Stack() string
func (PanicError) Unwrap ¶
func (e PanicError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.