]> Cypherpunks repositories - gostls13.git/commit
runtime: change concatstring panic to gothrow
authorRuss Cox <rsc@golang.org>
Mon, 1 Sep 2014 21:25:26 +0000 (17:25 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 1 Sep 2014 21:25:26 +0000 (17:25 -0400)
commitfa5f86281ef10e5676e6672bed4a7b9e7111afa2
tree527e3bbec0b3fb22b283a2596ae3f1af79c3a13a
parentf611ae1c75b7696da141e55bf91a0acdcc853bf8
runtime: change concatstring panic to gothrow

It was a throw originally; it was converted incorrectly.

LGTM=dave
R=khr, dave
CC=golang-codereviews
https://golang.org/cl/139000043
src/pkg/runtime/string.go