commit | 6dfe498a0dbd4089938f38b5f46e19e7f6f41ab1 | [log] [tgz] |
---|---|---|
author | Robert Findley <rfindley@google.com> | Fri Jan 14 13:14:48 2022 -0500 |
committer | Robert Findley <rfindley@google.com> | Fri Jan 14 20:04:19 2022 +0000 |
tree | ad1033336a1fc0af8cec095d1a12a9eaa3cd4a82 | |
parent | 788e053352ba71965a16a57ab12fc0cca401e5de [diff] |
gopls: v0.7.5: add replace directive back to go.mod In preparation for merging master, add back the x/tools replace directive. For golang/go#50613 Change-Id: Icb06d15e256396d3e030aec644841f6acc1edcea Reviewed-on: https://go-review.googlesource.com/c/tools/+/378582 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Suzy Mueller <suzmue@golang.org> 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.