commit | b0365330c8d6802a69df26ac8adc7344d2601bfc | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Sat Sep 02 12:16:08 2023 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue Sep 05 16:44:16 2023 +0000 |
tree | a536daea8579a5382431d9ada0037147ad42de6f | |
parent | 4ec84e5c5fe7c8cd0de84da5451a1f1b7b357720 [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Also tidy x/telemetry/godev. Change-Id: I50d1f0650167b1bd0acbfa2d53f5ba160bcff79f Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/525276 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This repository holds the Go Telemetry server code and libraries.
TypeScript files served from content directories are transformed into JavaScript. Reference .ts files in html templates as module code.
<script type="module" src="/filename.ts">
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
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 time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/telemetry:” in the subject line, so it is easy to find.