]> Cypherpunks repositories - gostls13.git/commit
net/rpc: fix method requirement docs
authorRuss Cox <rsc@golang.org>
Wed, 26 Oct 2016 20:58:00 +0000 (16:58 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 27 Oct 2016 17:12:12 +0000 (17:12 +0000)
commit6c242c52d355772f66466505dd7555d4601f1c5a
tree5b32ab2d477a785a2fe7284c7a982f802b775f2d
parentec18e93ecd550b10bc36b88d625533a7b7473313
net/rpc: fix method requirement docs

The receiver itself is not transmitted and does not need to be
marshalable by encoding/gob.

Fixes #16803.

Change-Id: I42a3603fb7d3b36c97dcc2e51a398cd65ec3227d
Reviewed-on: https://go-review.googlesource.com/32094
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/net/rpc/server.go