]> Cypherpunks repositories - gostls13.git/commit
test of struct with embedded interface.
authorRuss Cox <rsc@golang.org>
Thu, 7 May 2009 20:43:00 +0000 (13:43 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 7 May 2009 20:43:00 +0000 (13:43 -0700)
commit9ab8129ebe6a4a8503febf91294e94a415264158
treea1ca7e7e5b76ffd0202645cfd4589fa697be7767
parent401a95aa83988cda238432af107b07bf9e79e547
test of struct with embedded interface.
also tests method calls on ptr to interface value.

R=r
DELTA=74  (74 added, 0 deleted, 0 changed)
OCL=28419
CL=28424
test/interface10.go [new file with mode: 0644]