gopp icon indicating copy to clipboard operation
gopp copied to clipboard

go parser parser

Results 3 gopp issues
Sort by recently updated
recently updated
newest added

There probably is a better way to do this, but this is what was easy.

Specifically, the line: ``` go capturedText := matches[1] ``` Is out of bounds. It looks like the length of matches is actually inspected later on (line 69), but by that...