]> Cypherpunks repositories - gostls13.git/commit
runtime: improve output of panic(x) where x is numeric
authorTodd Neal <todd@tneal.org>
Fri, 7 Apr 2017 20:41:19 +0000 (15:41 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 9 Apr 2017 22:40:33 +0000 (22:40 +0000)
commit0d33dc3105734dcd262c3104076e05a363b802b1
tree6417e7a1ce336b22b439bbdd4214bd594877f799
parent5de5dd8d25d17fa8893ee7244c1cb02e87d5ccfd
runtime: improve output of panic(x) where x is numeric

Fixes #19658

Change-Id: I41e46073b75c7674e2ed9d6a90ece367ce92166b
Reviewed-on: https://go-review.googlesource.com/39650
Run-TryBot: Todd Neal <todd@tneal.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/error.go
test/fixedbugs/issue19658.go [new file with mode: 0644]