]> Cypherpunks repositories - gostls13.git/commit
net/rpc: document that the type must be exported, not just the methods
authorRob Pike <r@golang.org>
Wed, 8 Apr 2015 18:20:15 +0000 (11:20 -0700)
committerRob Pike <r@golang.org>
Wed, 8 Apr 2015 18:34:35 +0000 (18:34 +0000)
commit514eb4aa542f6989630b0cda290a77be3bc0fb4c
tree4ecd0e2d24410c43b1081350150da6601ea36cf3
parent3b1d0d0f070f0ac5769017a227cac91ab0605559
net/rpc: document that the type must be exported, not just the methods

Fixes #10379.

Change-Id: Ia4cdda36ed57a06371f9ace7365ce9e215228487
Reviewed-on: https://go-review.googlesource.com/8654
Reviewed-by: Rob Pike <r@golang.org>
src/net/rpc/server.go