commit | ce2627f3469e19b21cf26bf8ffdd55672bd19327 | [log] [tgz] |
---|---|---|
author | Ian Cottrell <iancottrell@google.com> | Fri Apr 10 10:56:00 2020 -0400 |
committer | Ian Cottrell <iancottrell@google.com> | Tue Apr 14 21:18:03 2020 +0000 |
tree | 0c616e5d12d73658181fae8f3b2213125d940108 | |
parent | 6a72e3782ce50d677ab758c6b9184fe9c9aab80a [diff] |
internal/jsonrpc2: remove the OnReply callbacks The same behavior can now be achieved by wrapping the Replier as we traverse the handler stack instead. Request is no longer mutated during handler invocation. Change-Id: I2213de500f39e048f3f80161e234f3ae30464d70 Reviewed-on: https://go-review.googlesource.com/c/tools/+/227918 Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Jonathan Amsterdam <jba@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.