sourcegraph / jsonrpc2

Package jsonrpc2 provides a client and server implementation of JSON-RPC 2.0 (http://www.jsonrpc.org/specification)
MIT License
190 stars 62 forks source link

Add package example test #68

Closed samherrmann closed 1 year ago

samherrmann commented 1 year ago

I pushed two commits to demonstrate that I did not make changes to the contents that were in example_test.go. I first renamed the file to example_params_test.go , and then created a new example_test.go file with new contents. I hope that makes reviewing easier. 🙂