commit | c717623e319700c87bc673d9b58374c5d5769c67 | [log] [tgz] |
---|---|---|
author | Cherry Mui <cherryyz@google.com> | Mon Mar 21 12:17:06 2022 -0400 |
committer | Cherry Mui <cherryyz@google.com> | Mon Mar 21 17:03:18 2022 +0000 |
tree | b7fed8a07201fcee257ea89741bf578d936867dd | |
parent | 86b02b36c48ed149b585df5c5b5c2aa04484145d [diff] |
go/analysis/passes/asmdecl: define register-ABI result registers for PPC64 So "go vet" works for register-ABI assembly functions. Change-Id: I875e613f22ead19ea30b7f9f6c70a665df109d4c Reviewed-on: https://go-review.googlesource.com/c/tools/+/394234 Trust: Cherry Mui <cherryyz@google.com> Reviewed-by: Than McIntosh <thanm@google.com> Run-TryBot: Cherry Mui <cherryyz@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@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.