commit | 49d48a0b4c6359517e62484df4714bf353c45816 | [log] [tgz] |
---|---|---|
author | Abhinav Gupta <abg@uber.com> | Fri Mar 11 14:59:02 2022 -0800 |
committer | Robert Findley <rfindley@google.com> | Mon Mar 14 14:50:06 2022 +0000 |
tree | 7fd39661d672c2ede5f6ff5c05574782b206a3e7 | |
parent | 198cae37294c48f180c54b9f66617d821e185fdc [diff] |
go/analysis/passes/composite: allow InternalFuzzTarget Add InternalFuzzTarget to the allowlist for the composites analyzer. Other testing-internal struct types produced by the testmain generator are already in there. Fixes golang/go#51623 Change-Id: Ibf91d476ea781c97835157973efc97ce0f987665 Reviewed-on: https://go-review.googlesource.com/c/tools/+/391875 Reviewed-by: Robert Findley <rfindley@google.com> Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> Trust: Jamal Carvalho <jamal@golang.org> Trust: Michael Matloob <matloob@golang.org>
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 install
.
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 install golang.org/x/tools/...@latest
.
This repository uses prettier to format JS and CSS files.
The version of prettier
used is 1.18.2.
It is encouraged that all JS and CSS code be run through this before submitting a change. However, it is not a strict requirement enforced by CI.
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.