| commit | 17cc17e0bb74137d1861b97dacbb1d8c8f45f9e3 | [log] [tgz] |
|---|---|---|
| author | Ian Cottrell <iancottrell@google.com> | Wed Apr 01 13:19:48 2020 -0400 |
| committer | Ian Cottrell <iancottrell@google.com> | Mon Apr 06 14:43:58 2020 +0000 |
| tree | a60c55082d854bc5548ae73d191a19a974d31e72 | |
| parent | 3eebf4bf9d0bbed7d2f657662be1ce7d9509fa4a [diff] |
internal/jsonrpc2: remove the legacy interface We can do cancelling at the top level handler now, it can drop the cancel messages themselves before they enter the queue stage, and also track all the events as they flow through it. The ugly part is the OnCancelled interface, which is a bit clunky. Change-Id: I3fa972198625fb3517fdecc740d1a3fdb19a188a Reviewed-on: https://go-review.googlesource.com/c/tools/+/226959 Run-TryBot: Ian Cottrell <iancottrell@google.com> Reviewed-by: Robert Findley <rfindley@google.com>
This subrepository holds the source for various packages and tools that support the Go programming language.
Some of the tools, godoc and vet for example, are included in binary Go distributions.
Others, including the Go guru and the test coverage tool, can be fetched with go get.
Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs.
The easiest way to install is to run go get -u golang.org/x/tools/.... You can also manually git clone the repository to $GOPATH/src/golang.org/x/tools.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the tools repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/tools/(your subdir):” in the subject line, so it is easy to find.