| commit | 5d7988b71de217af38e495525e0083cc425c3e5a | [log] [tgz] |
|---|---|---|
| author | Bryan C. Mills <bcmills@google.com> | Thu Aug 29 15:24:41 2019 -0400 |
| committer | Bryan C. Mills <bcmills@google.com> | Thu Aug 29 20:36:57 2019 +0000 |
| tree | 084c9e92a5ebcb24feb75837cb8300b393e20545 | |
| parent | ee1fc86af278c9cc9211217ad2c8ca8f529bcf63 [diff] |
go/packages,internal/lsp: skip memory-intensive tests on the linux-arm builder Updates golang/go#32834 Updates golang/go#30309 Change-Id: I75edb84776216523d00fadfb2e2d94ae08533c03 Reviewed-on: https://go-review.googlesource.com/c/tools/+/192336 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@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 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 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.