1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-06-20 17:58:20 +02:00

Add package example test

This commit is contained in:
Sam Herrmann 2023-02-28 18:26:12 -05:00
parent 7dfa21858a
commit a7a54493e9
2 changed files with 66 additions and 3 deletions

View file

@ -3,9 +3,8 @@
Package jsonrpc2 provides a [Go](https://golang.org) implementation of [JSON-RPC 2.0](http://www.jsonrpc.org/specification).
This package is **experimental** until further notice.
[**Open the code in Sourcegraph**](https://sourcegraph.com/github.com/sourcegraph/jsonrpc2)
* [Documentation](https://pkg.go.dev/github.com/sourcegraph/jsonrpc2)
* [Open the code in Sourcegraph](https://sourcegraph.com/github.com/sourcegraph/jsonrpc2)
## Known issues