Closed
Description
This terminology is not Go terminology:
--- FAIL: TestFib (0.00s)
panic: runStmt *ast.ForStmt [recovered, reraised]
...
“raised” is for exceptions, but Go does not have exceptions.
It should say “repanicked” or perhaps “re-panicked”.
There is actually one mention of "raised" in the spec, in an example, but that should probably be fixed as well.
"run-time panics raised by g" should be "run-time panics during g".
/cc @griesemer