commit | 3c3d1ad199b3f6d47d86987a0a547e7cc762f637 | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Fri Nov 01 16:19:19 2019 -0400 |
committer | Rebecca Stambler <rstambler@golang.org> | Mon Nov 04 23:01:36 2019 +0000 |
tree | 6c0cd40cff801c2e80d891d96a3be1d9048b3561 | |
parent | 6b7b8b79ae8013644d077398ceb63703861d2bc0 [diff] |
internal/lsp: add LocalPrefix configuration Updates golang/go#32049 Change-Id: I64e5201170b5be8b470c436264e18e12ec8d12f2 Reviewed-on: https://go-review.googlesource.com/c/tools/+/204820 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@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.