]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] net/rpc: fix typo in documentation, clarify semantics of error...
authorDavid G. Andersen <dave.andersen@gmail.com>
Fri, 21 Sep 2012 19:53:44 +0000 (05:53 +1000)
committerRob Pike <r@golang.org>
Fri, 21 Sep 2012 19:53:44 +0000 (05:53 +1000)
commit133727bd0cae7f4a5f3cffc0f906d19afd865065
tree9ddd00cdad073358034baf22c09c7d480e4819ac
parente67e930344cd2d50fb883eab1b030932d95b6f5a
[release-branch.go1] net/rpc: fix typo in documentation, clarify semantics of error return

««« backport ef713d7587f2
net/rpc: fix typo in documentation, clarify semantics of error return

Several of my students were confused by trying to use both the error
return and a reply return, so I figured it was worth explicitly clarifying
that returning an error overrides the reply.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6327051

»»»
src/pkg/net/rpc/server.go