commit | b620e9ecbe281f2f0c982845e3e26010296c3991 | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Wed Dec 12 13:57:52 2018 -0500 |
committer | Rebecca Stambler <rstambler@golang.org> | Wed Dec 12 19:28:52 2018 +0000 |
tree | a9ffbe879394945b24c6c187c6c939eee6a68f03 | |
parent | 4d6773f6fa9b23c1fcaf4bf59ab88709651e7171 [diff] |
internal/lsp: use rootURI as config.Dir in packages.Load This change was inspired by https://golang.org/cl/153777. Fixes golang/go#29174 Change-Id: I9d9a8b95e984c8e70160d199cd1efc5aa2964ef7 Reviewed-on: https://go-review.googlesource.com/c/153863 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.