commit | f956177b079c1c2e99c7aa087a11d1f7889332a2 | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Thu Jun 10 11:31:29 2021 -0400 |
committer | Jonathan Amsterdam <jba@google.com> | Fri Jun 11 18:18:13 2021 +0000 |
tree | 22c364e0d1f41f0d3885c029ebe198e0f66294d7 | |
parent | c1684c6e22e1929ae75f834940d4723f6c237898 [diff] |
jsonrpc2: JSON-RPC 2.0 implementation See https://www.jsonrpc.org/specification. Forked from golang.org/x/tool/internal/jsonrpc2_v2 at commit 13cf844527f48de3074270bb538dff67117a6655. Changed to use golang.org/x/exp/event. This CL also contains a fork of golang.org/x/tools/internal/stack/... at the same commit, needed for testing. Change-Id: Ifc634c2b8e368a51fc43a7c0fab46cfa0ed5464b Reviewed-on: https://go-review.googlesource.com/c/exp/+/326676 Trust: Jonathan Amsterdam <jba@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com> Reviewed-by: Ian Cottrell <iancottrell@google.com>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.