commit | fafb6e2e8a4a2af8f8048b66cef2e6316d1b9e3a | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Mon Mar 16 14:49:20 2020 -0400 |
committer | Rebecca Stambler <rstambler@golang.org> | Mon Mar 16 19:42:52 2020 +0000 |
tree | e55d7db8de32a2e115e2cc9a2272cfebeeff630b | |
parent | fb289fbbd7de5b8393f10b4e35b089f4d108e21e [diff] |
internal/lsp/debug: update version for gopls/v0.3.4 Change-Id: I090be8942db41e95a09bb49ebf37757b1f91eafb Reviewed-on: https://go-review.googlesource.com/c/tools/+/223665 Run-TryBot: Rebecca Stambler <rstambler@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 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.