]> Cypherpunks repositories - gostls13.git/commit
net/rpc/jsonrpc: Update package doc with info about JSON-RPC 2.0
authorPeter Nguyen <peter@mictis.com>
Fri, 3 Feb 2017 20:45:50 +0000 (21:45 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 3 Feb 2017 23:09:57 +0000 (23:09 +0000)
commit7751d56e3955aaf5285f16b1643e6d8153e32b80
tree4029dae664b2ebce5ce7b4b58114b4eac549a38f
parentddf807fce821c26da32f653a2483bb7d96b20e26
net/rpc/jsonrpc: Update package doc with info about JSON-RPC 2.0

Currently the net/rpc/jsonrpc package only implements JSON-RPC version
1.0. This change updates the package's documentation with link to find
packages for JSON-RPC 2.0.

Fixes #10929

Change-Id: I3b6f1d17738a1759d7b62ab7b3ecef5b248d30ca
Reviewed-on: https://go-review.googlesource.com/36330
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/rpc/jsonrpc/client.go