commit | b320d3a0f5a29dea7f95f1ca5c4cbef0ac24a304 | [log] [tgz] |
---|---|---|
author | Rob Findley <rfindley@google.com> | Sun Feb 09 13:38:49 2020 -0500 |
committer | Robert Findley <rfindley@google.com> | Sun Feb 16 19:22:41 2020 +0000 |
tree | 9b0d58282a61002db47413f81d1d4f543be58edf | |
parent | 5916a50871fbb77650a14d484c89ca39f9487118 [diff] |
internal/jsonrpc2/servertest: support both TCP and pipe connection Update the servertest package to support connecting to a jsonrpc2 server using either TCP or io.Pipes. The latter is provided so that regtests can more accurately mimic the current gopls execution mode, where gopls is run as a sidecar and communicated with via a pipe. Updates golang/go#36879 Change-Id: I0e14ed0e628333ba2cc7b088009f1887fcaa82a5 Reviewed-on: https://go-review.googlesource.com/c/tools/+/218777 Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@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.