Unwrap provides compatibility for Go 1.13 error chains.
()
| 161 | |
| 162 | // Unwrap provides compatibility for Go 1.13 error chains. |
| 163 | func (w *withStack) Unwrap() error { return w.error } |
| 164 | |
| 165 | func (w *withStack) Format(s fmt.State, verb rune) { |
| 166 | switch verb { |