v0.0.8
Fix multiple issues with Go panic captures (#18)
- Capture would stop at "created by function" lines.
- Capture was expecting two blank lines between goroutines, whereas goroutines only have one blank line between them.
- Capture would stop when given a panic started by a signal (like a nil panic).
- Frame matching was only checking for an identifier character followed by an opening paren. Updated to be more precise.
- The substring "panic:" could start a Go capture even in the middle of a word.