1
0
mirror of https://github.com/golang/go synced 2024-11-23 15:30:05 -07:00

runtime: fix code span element

This commit is contained in:
John Bampton 2022-05-18 04:27:23 +10:00
parent 076039a5e1
commit e399ec50f9

View File

@ -97,7 +97,7 @@ For runtime error debugging, it may be useful to run with `GOTRACEBACK=system`
or `GOTRACEBACK=crash`. The output of `panic` and `fatal` is as described by
`GOTRACEBACK`. The output of `throw` always includes runtime frames, metadata
and all goroutines regardless of `GOTRACEBACK` (i.e., equivalent to
`GOTRACEBACK=system). Whether `throw` crashes or not is still controlled by
`GOTRACEBACK=system`). Whether `throw` crashes or not is still controlled by
`GOTRACEBACK`.
Synchronization