commit | a6ef77d3cb2d022b636aba9bf5dfdb823dbc977e | [log] [tgz] |
---|---|---|
author | Ian Cottrell <iancottrell@google.com> | Fri Jun 21 16:26:30 2019 -0400 |
committer | Ian Cottrell <iancottrell@google.com> | Thu Jun 27 03:32:48 2019 +0000 |
tree | a669b056b0f21233cf6a5c9e4e94c985374575f1 | |
parent | 47ea21585cd7cbaa6078713a14b5f9a116791382 [diff] |
internal/jsonrpc2: add telemetry to the rpc system This uses the opencensus compatability later to track all the json rpc calls in and out. Change-Id: Ib719879a8d6855b6e6479a4f1b01fe823b548110 Reviewed-on: https://go-review.googlesource.com/c/tools/+/183248 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.