]> Cypherpunks repositories - gostls13.git/commit
rpc: fix bug that caused private methods to attempt to be registered.
authorRob Pike <r@golang.org>
Sun, 29 Aug 2010 22:03:06 +0000 (08:03 +1000)
committerRob Pike <r@golang.org>
Sun, 29 Aug 2010 22:03:06 +0000 (08:03 +1000)
commit64cb9b6f4559e7aa4320e9fe8650433a6548d606
tree78f118bec6a3a520110e092db7377030fc69117a
parent089ce170930ebdf0908369fa7d0a30647488f2af
rpc: fix bug that caused private methods to attempt to be registered.

Fixes #1056.

R=golang-dev, adg1
CC=golang-dev
https://golang.org/cl/2033043
src/pkg/rpc/server.go