1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-06-16 04:04:56 +02:00
jsonrpc2/README.md
2017-02-08 11:48:48 -08:00

654 B

jsonrpc2: JSON-RPC 2.0 implementation for Go Build Status Sourcegraph

Package jsonrpc2 provides a Go implementation of JSON-RPC 2.0.

This package is experimental until further notice.

Open the code in Sourcegraph

Known issues

  • Batch requests and responses are not yet supported.