aboutsummaryrefslogtreecommitdiff
path: root/doc/next/4-runtime.md
blob: 7553154a162b0792c3dc91b917bd51ade14e1948 (plain)
1
2
3
4
5
6
7
## Runtime {#runtime}

The traceback printed by the runtime after an unhandled panic or other
fatal error now indents the second and subsequent lines of the error
message (for example, the argument to panic) by a single tab, so that
it can be unambiguously distinguished from the stack trace of the
first goroutine. See [#64590](/issue/64590) for discussion.