state is the state of the scan to detect and process a stack trace.
| 325 | |
| 326 | // state is the state of the scan to detect and process a stack trace. |
| 327 | type state int |
| 328 | |
| 329 | // Initial state is looking. Other states are when a stack trace is detected. |
| 330 | const ( |