commit | 78ff15e68069f59866a005585edc7469f8671fc0 | [log] [tgz] |
---|---|---|
author | cuishuang <imcusg@gmail.com> | Sat Mar 19 13:29:11 2022 +0000 |
committer | Hyang-Ah Hana Kim <hyangah@gmail.com> | Thu Mar 24 22:24:35 2022 +0000 |
tree | 61f6424c7806438c15f4314a48b4dee743d504e1 | |
parent | f23240f5705c10ab00ca9b78cf31725a7019b591 [diff] |
tools: fix some typos Change-Id: Iaad847631b9d5ee40558fcf9d51f4dfa99600e6b GitHub-Last-Rev: 6fcb64f8d9a093e7bd949e5d28bd1176c27005c0 GitHub-Pull-Request: golang/tools#372 Reviewed-on: https://go-review.googlesource.com/c/tools/+/389595 Run-TryBot: Ian Lance Taylor <iant@golang.org> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Hyang-Ah Hana Kim <hyangah@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 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.