]> Cypherpunks repositories - gostls13.git/commit
reflect: fix panic strings
authorLai Jiangshan <eag0628@gmail.com>
Wed, 15 Feb 2012 02:51:49 +0000 (13:51 +1100)
committerRob Pike <r@golang.org>
Wed, 15 Feb 2012 02:51:49 +0000 (13:51 +1100)
commitcc8e12bb52bf5fee147de785ab18c8efda683370
tree486e5fa4ef826f1daff7d85ba1e6b979bcd56c97
parentd6a3650ad71d8b071cf038ff8fe1c724b1ab74d0
reflect: fix panic strings

use ':' instead of ';' to keep consistency with the other panic strings

R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/5666048
src/pkg/reflect/type.go