]> Cypherpunks repositories - gostls13.git/commit
update reflect for upcoming interface representation change.
authorRuss Cox <rsc@golang.org>
Tue, 12 May 2009 23:08:16 +0000 (16:08 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 12 May 2009 23:08:16 +0000 (16:08 -0700)
commit28516d4c78706a805000b4a119f30fca90d68fb9
tree12d6bd1cf8e96bb525e15f68f317452e487e03ea
parentdaf44e2fa528b6f5a0829dd6addbb68ae4478e40
update reflect for upcoming interface representation change.
test case for new change.

both work with the current compiler too.

R=r
DELTA=150  (145 added, 2 deleted, 3 changed)
OCL=28703
CL=28715
src/lib/reflect/value.go
test/interface11.go [new file with mode: 0644]
test/interface4.go