]> Cypherpunks repositories - gostls13.git/commit
add reflect.Typeof; test for and fix nil interface bug in DeepEqual
authorRuss Cox <rsc@golang.org>
Thu, 25 Jun 2009 21:25:38 +0000 (14:25 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 25 Jun 2009 21:25:38 +0000 (14:25 -0700)
commit4866223c2e1e8f9722c6b990a8d5ee9edadd0c1b
treec2ab447f0a99c3c1327dba211321d499d7311e0b
parent6af5775d74d45e5dcdb9ac97bece944b2b83277a
add reflect.Typeof; test for and fix nil interface bug in DeepEqual

R=r
DELTA=40  (30 added, 2 deleted, 8 changed)
OCL=30742
CL=30753
src/pkg/reflect/all_test.go
src/pkg/reflect/deepequal.go
src/pkg/reflect/value.go