commit | 7e0acf58eb5ccf1ba2d3e51ac8a14a161e80a0ab | [log] [tgz] |
---|---|---|
author | Ian Cottrell <iancottrell@google.com> | Tue Mar 31 15:18:39 2020 -0400 |
committer | Ian Cottrell <iancottrell@google.com> | Mon Apr 06 13:49:09 2020 +0000 |
tree | 0aa39b2a606a12bbc3e5a1e99904dfbffa4b1bc1 | |
parent | 6dc6d5718f9ee530882b598819ee2b1f32aa36d8 [diff] |
internal/jsonrpc2: cleanup reply handling Instead of having a Parallel method, we only have Reply, which must also be used for Notify messages (with a nil response). This has no real functional impact but makes it easier to refactor in the next cl. Change-Id: Ifd4316dd71706de7913c69e6be539b966800e9dd Reviewed-on: https://go-review.googlesource.com/c/tools/+/226837 Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> 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.