]> Cypherpunks repositories - gostls13.git/commit
reflect: panic on Invalid Interface call
authorGustavo Niemeyer <gustavo@niemeyer.net>
Mon, 15 Aug 2011 17:14:15 +0000 (14:14 -0300)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Mon, 15 Aug 2011 17:14:15 +0000 (14:14 -0300)
commita2bb0159d6442ce03f5a1f2bbc636a2f526e004a
treea31f50a7b7b61b532c31ebd3ee3f219ef5eaa742
parent241a262fe592911b8be3d44694429103e4ff86e4
reflect: panic on Invalid Interface call

This was initially pushed as part of CL 4876046, found
when logic in exp/template was using the method on
an Invalid value.

R=rsc
CC=golang-dev
https://golang.org/cl/4890043
src/pkg/reflect/value.go