(err error)
| 257 | } |
| 258 | |
| 259 | func ExampleError_ErrorStack(err error) { |
| 260 | fmt.Println(err.(*Error).ErrorStack()) |
| 261 | } |
| 262 | |
| 263 | func ExampleError_Stack(err *Error) { |
| 264 | fmt.Println(err.Stack()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…