From f5cfa8aff675fb7e43db8c80bc34924c5529acba Mon Sep 17 00:00:00 2001 From: Amp Date: Tue, 29 Jul 2025 16:26:00 -0500 Subject: [PATCH] Repository overview and functionality https://ampcode.com/threads/T-9859b46a-0a54-4f31-a4dc-0dfa484a6f39 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2406ab..58dd843 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # jsonrpc2: JSON-RPC 2.0 implementation for Go [![Build Status](https://travis-ci.org/sourcegraph/jsonrpc2.svg)](https://travis-ci.org/sourcegraph/jsonrpc2) [![Sourcegraph](https://sourcegraph.com/github.com/sourcegraph/jsonrpc2/-/badge.svg)](https://sourcegraph.com/github.com/sourcegraph/jsonrpc2?badge) [![GoDoc](https://godoc.org/github.com/sourcegraph/jsonrpc2?status.svg)](https://godoc.org/github.com/sourcegraph/jsonrpc2) +Amp was here + Package jsonrpc2 provides a [Go](https://golang.org) implementation of [JSON-RPC 2.0](http://www.jsonrpc.org/specification).