()
| 2481 | // |
| 2482 | |
| 2483 | func defaultOpts() *Opts { |
| 2484 | o := DefaultOpts() |
| 2485 | o.GuessPaths = false |
| 2486 | o.AnalyzeSources = false |
| 2487 | return o |
| 2488 | } |
| 2489 | |
| 2490 | // getPanicParseDir returns the path to the root directory of panicparse |
| 2491 | // package, using "/" as path separator. |
no test coverage detected
searching dependent graphs…