commit | d7fc70abf50f4f86fc200299708e253144407485 | [log] [tgz] |
---|---|---|
author | Rob Findley <rfindley@google.com> | Mon Sep 28 16:19:01 2020 -0400 |
committer | Robert Findley <rfindley@google.com> | Tue Sep 29 16:13:45 2020 +0000 |
tree | 09ce1aaacf18c1ca8346ffd9c3c6beda50015a13 | |
parent | a0ef9b62deab4da65ee8afc0d9a8d15361d067d4 [diff] |
gopls/internal/regtest: always await InitialWorkspaceLoad There's very little reason not to always await IWL, and none of our tests actually need to be able to execute before it completes. Await IWL before running the test func. Change-Id: Ia0626aa4e4c6cfa89dc5d03075b6bd797574a8dc Reviewed-on: https://go-review.googlesource.com/c/tools/+/258078 Run-TryBot: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> Trust: Robert Findley <rfindley@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.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 get
.
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 get -u golang.org/x/tools/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/tools
.
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.