]> Cypherpunks repositories - gostls13.git/commit
rpc: fix typo in documentation client example
authorDavid G. Andersen <dave.andersen@gmail.com>
Sun, 25 Sep 2011 04:19:08 +0000 (14:19 +1000)
committerAndrew Gerrand <adg@golang.org>
Sun, 25 Sep 2011 04:19:08 +0000 (14:19 +1000)
commitd53afb8d835e3599b0e96d3bbd0a9c7fedf1cbdf
tree86d57a8f66f80a2fcc8f058f1293a263324d2b9a
parent8a06936ea18d9df793622460968590f654d76b2b
rpc:  fix typo in documentation client example
The example incorrectly dereferenced an integer variable

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