]> Cypherpunks repositories - gostls13.git/commit
net/rpc: verify that embedding works with changed semantics
authorMarcel van Lohuizen <mpvl@golang.org>
Mon, 26 Oct 2015 15:09:48 +0000 (16:09 +0100)
committerMarcel van Lohuizen <mpvl@golang.org>
Fri, 13 Nov 2015 19:47:35 +0000 (19:47 +0000)
commitb4c9ec8be9f15d50e3b7f83b18f1ceaaaae6c9ba
tree0f4ab32ef8f88e2dd3efa07e9f6a19e91be20185
parentf762d0d22070ba57dbcd74a7cc99cb124dabe667
net/rpc: verify that embedding works with changed semantics

Exported methods of unexported embedded structs get added
correctly to the pool. Behavior is unchanged before and after
https://golang.org/cl/14085.

Change-Id: I2b4053bab02ff045f0a4577b8114808a60aae27e
Reviewed-on: https://go-review.googlesource.com/16305
Reviewed-by: Russ Cox <rsc@golang.org>
src/net/rpc/server_test.go