| commit | f13409bbebaf4952699e53713a73474ea30e8672 | [log] [tgz] |
|---|---|---|
| author | Ian Cottrell <iancottrell@google.com> | Wed Nov 27 22:08:18 2019 -0500 |
| committer | Ian Cottrell <iancottrell@google.com> | Fri Dec 20 23:47:30 2019 +0000 |
| tree | fd9d487b31fd0a7f49551710a859f8a0edaebf7b | |
| parent | c7346ecdc610bfe83751ea4de883e11ed6595e35 [diff] |
internal/telemetry: clean up test data the current implementation likes to sort maps, so we make sure tag lists are in sorted order already so that a stable encoder produces the same result Change-Id: Ia7ce05f35edb636817c354d9df02de753a48fe1d Reviewed-on: https://go-review.googlesource.com/c/tools/+/210216 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.