]> Cypherpunks repositories - gostls13.git/commit
net/rpc: fix inconsistency in documentation of Service.Register
authorRob Pike <r@golang.org>
Thu, 16 Jan 2014 23:57:32 +0000 (15:57 -0800)
committerRob Pike <r@golang.org>
Thu, 16 Jan 2014 23:57:32 +0000 (15:57 -0800)
commitf8225bdb350f5c7d249f8ed090cf7543901612fa
treedf5612d7fab1f528be607f575dd2c84552f3b3cf
parent8bc32785b99eccf27cede237c974172988bb0c81
net/rpc: fix inconsistency in documentation of Service.Register
Falsely claimed an old, no longer true condition that the first argument
must be a pointer.
Fixes #6697

R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/53480043
src/pkg/net/rpc/server.go