SafeDetails implements the errbase.SafeDetailer interface.
()
| 80 | |
| 81 | // SafeDetails implements the errbase.SafeDetailer interface. |
| 82 | func (w *withStack) SafeDetails() []string { |
| 83 | return []string{fmt.Sprintf("%+v", w.StackTrace())} |
| 84 | } |
nothing calls this directly
no test coverage detected