(UnexpectedEOF error)
| 239 | } |
| 240 | |
| 241 | func ExampleNew(UnexpectedEOF error) error { |
| 242 | // calling New attaches the current stacktrace to the existing UnexpectedEOF error |
| 243 | return New(UnexpectedEOF) |
| 244 | } |
| 245 | |
| 246 | func ExampleWrap() error { |
| 247 |
nothing calls this directly
no test coverage detected
searching dependent graphs…