tag | e87dbcf2713209b81376927d0118d448de5ad835 | |
---|---|---|
tagger | Rebecca Stambler <rstambler@golang.org> | Fri Dec 06 15:25:25 2019 -0500 |
object | 952e2c07624025315098a44c317f799b3536647c |
gopls/v0.2.2-pre1
commit | 952e2c07624025315098a44c317f799b3536647c | [log] [tgz] |
---|---|---|
author | Heschi Kreinick <heschi@google.com> | Wed Dec 04 22:36:06 2019 +0000 |
committer | Rebecca Stambler <rstambler@golang.org> | Fri Dec 06 20:10:09 2019 +0000 |
tree | 316e8b49c2b15536b35d0dadea16d576644a4c40 | |
parent | 940a72648a74a476f4ba21dd50227935a5d8a686 [diff] |
go/packages: revert "handle invalid files in overlays" This reverts commit 6f5e27347a0cc033990d87f7a27f1fab67bad829, golang.org/cl/201220. Reason for revert: Produces unusable Package results. See golang/go#35949 and golang/go#35973. Fixes golang/go#35949. Change-Id: Ic4632fe7f00366b1edf59840c83160d66499ba12 Reviewed-on: https://go-review.googlesource.com/c/tools/+/209978 Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> (cherry picked from commit 427c522ce2c75efa74f81f86ebd00b2b19c402e2) Reviewed-on: https://go-review.googlesource.com/c/tools/+/210206 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 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.