| commit | 9a9ac2102d0e538e07cd5d58178f78ff52bfeb2c | [log] [tgz] |
|---|---|---|
| author | Alan Donovan <adonovan@google.com> | Tue Jun 03 09:57:10 2025 -0400 |
| committer | Gopher Robot <gobot@golang.org> | Tue Jun 03 07:47:55 2025 -0700 |
| tree | 4f779b4494f18b7bd0a93de664a67126b46fd3d4 | |
| parent | 25d2f7894191d2400c3f7afba7d54cfdc301df54 [diff] |
cmd/stacks: move from x/tools@effd83eb Since the stacks command now serves not only gopls but the go command, the compiler, and delve, it belongs in this repo. The tests were broken at tip due to the recent pre-go1.25 change in sizeof(token.FileSet), which caused older gopls not to build because of the missing GoVersion info. This CL includes a fix and an assertion. Change-Id: I9ed7894cfb6111c0843d78d658add29e904e8bf4 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/678275 Auto-Submit: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Robert Findley <rfindley@google.com>
This repository holds the Go Telemetry server code and libraries, used for hosting telemetry.go.dev and instrumenting Go toolchain programs with opt-in telemetry.
Warning: this repository is intended for use only in tools maintained by the Go team, including tools in the Go distribution and auxiliary tools like gopls or govulncheck. There are no compatibility guarantees for any of the packages here: public APIs will change in breaking ways as the telemetry integration is refined.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/telemetry.
The main issue tracker for the telemetry repository is located at https://go.dev/issues. Prefix your issue with “x/telemetry:” in the subject line, so it is easy to find.
This repository uses eslint to format TS files, stylelint to format CSS files, and prettier to format TS, CSS, Markdown, and YAML files.
See the style guides:
It is encouraged that all TS and CSS code be run through formatters before submitting a change. However, it is not a strict requirement enforced by CI.
./npm install./npm run all