commit | fbeba2149c82c727e436600fc436bc7396cb7a86 | [log] [tgz] |
---|---|---|
author | Ian Cottrell <iancottrell@google.com> | Fri Mar 13 14:20:13 2020 -0400 |
committer | Ian Cottrell <iancottrell@google.com> | Tue Mar 17 03:16:54 2020 +0000 |
tree | 8fee2f31f7f6cd58a4e90ca2e93c40e14f361a7f | |
parent | 3e76bee198d8b4cd99ddca4351920f05615f435f [diff] |
internal/telemetry: split the ocagent tests from the support functions This moves the actual trace test into its own file so that it can easily be seen separately from the functions that support all tests. Change-Id: I1d30cf8a712377ca79a5de77b85412c881177f43 Reviewed-on: https://go-review.googlesource.com/c/tools/+/223397 Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.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.