commit | 33002eafb2b10106a36d2a0cdd719d0c0fa45add | [log] [tgz] |
---|---|---|
author | Tim King <taking@google.com> | Mon Feb 14 21:42:10 2022 +0000 |
committer | Tim King <taking@google.com> | Tue Feb 15 21:36:29 2022 +0000 |
tree | 8d1bb591d7b1626f1dd43e8fbc21af1c2ad636ec | |
parent | be40034de7c10b916074e94404872c6615bb8613 [diff] |
go/loader: Initialize (types/Info).Instances field Initialize the Instances field of PackageInfo.Info during importing. Needed for go/ssa and similar users. Updates golang/go#48525 Change-Id: Ibacf925e677ec6e90068b90a4f381d96c22338cc Reviewed-on: https://go-review.googlesource.com/c/tools/+/385774 Run-TryBot: Tim King <taking@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> Reviewed-by: 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.