(err error)
| 253 | } |
| 254 | |
| 255 | func ExampleError_Error(err error) { |
| 256 | fmt.Println(err.Error()) |
| 257 | } |
| 258 | |
| 259 | func ExampleError_ErrorStack(err error) { |
| 260 | fmt.Println(err.(*Error).ErrorStack()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…