commit | e1ca49e9e7724e7ede261d16063e362f40834861 | [log] [tgz] |
---|---|---|
author | Robert Findley <rfindley@google.com> | Thu Nov 18 10:13:58 2021 -0500 |
committer | Robert Findley <rfindley@google.com> | Thu Nov 18 18:14:55 2021 +0000 |
tree | 67df98961feede261b17342374b43a91e4c689d4 | |
parent | bca115b08d2eb1aaa988c52198bf22abcbd61f7a [diff] |
[gopls-release-branch.0.7] codereview.cfg: update branch information This will allow us to use `git codereview sync-branch` for updating the release branch. Change-Id: Iffc397903ba0c4dae910e1c9dd3b5b537999d3f8 Reviewed-on: https://go-review.googlesource.com/c/tools/+/365074 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: 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.