commit | 09cff4fb5abd7de414cd0e113b5a5ec06d46b83c | [log] [tgz] |
---|---|---|
author | Peter Weinbergr <pjw@google.com> | Mon Sep 18 16:47:27 2023 -0400 |
committer | Peter Weinberger <pjw@google.com> | Tue Sep 19 11:23:09 2023 +0000 |
tree | 616bfe6b487e402a9d780deee2a31493c3fce72e | |
parent | 46be8a514e945b237ab6f8c82bef65a4dbbf6ebd [diff] |
internal/counter: don't test on unsupported platforms add testenv.SkipIfUnsupportedPlatform(t) to two tests missing it. Fixes: golang/go#62704 Change-Id: I9b86f0882f0d47998613a8d77f36f9bc68935e69 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/529335 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Peter Weinberger <pjw@google.com> Reviewed-by: Bryan Mills <bcmills@google.com>
This repository holds the Go Telemetry server code and libraries.
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.