commit | 75a6f91e26f6860d2d2ff1fa2ff501d20fbf0b9b | [log] [tgz] |
---|---|---|
author | Ian Cottrell <iancottrell@google.com> | Mon Jul 08 12:53:01 2019 -0400 |
committer | Ian Cottrell <iancottrell@google.com> | Tue Jul 09 19:46:06 2019 +0000 |
tree | db8430945459cc0dd1c80735c888a0f988f9caed | |
parent | 8962968d5a005a8e2021b9f681599baa78811bc8 [diff] |
internal/lsp: add the new form of the telemetry tagging package This maps more directly to the basic telementery tagging requirements and uses the context package in a way that is more idomatic. Change-Id: If08c429b897bddfe014224ac2d92d7796a521ab9 Reviewed-on: https://go-review.googlesource.com/c/tools/+/184941 Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
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.