commit | 4183ba16a9adbc10c114828db9f7f7e2f4a7b3fc | [log] [tgz] |
---|---|---|
author | Ian Cottrell <iancottrell@google.com> | Fri Feb 28 10:30:03 2020 -0500 |
committer | Ian Cottrell <iancottrell@google.com> | Tue Mar 03 22:54:53 2020 +0000 |
tree | f5e0ab8037f08cbf6c7ac8dff96c6f93899bf8c7 | |
parent | 2b0b585e22fe3a608b77eadd0606eed1880591b7 [diff] |
internal/lsp: move the debug.Instance onto the Context This allows us to register a telemetry exporter that works with mulitple active debug instances. It also means we don't have to store the debug information in our other objects. Change-Id: I9a9d5b0407c3352b6eaff80fb2c434ca33f4e397 Reviewed-on: https://go-review.googlesource.com/c/tools/+/221558 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.