commit | b2d8b03366329f6cb0ff15138a7732def14679a7 | [log] [tgz] |
---|---|---|
author | TheSecEng <zachary.schulze@gmail.com> | Mon May 18 14:36:53 2020 +0000 |
committer | Rebecca Stambler <rstambler@golang.org> | Tue Jun 30 15:48:51 2020 +0000 |
tree | c7dbc88d4eef21d10dc69b9de7bc8689e55c73b0 | |
parent | 4bdfe1a3b708753b8c1d684e45901a1ab70aea35 [diff] |
internal/lsp: remove VS Code-specific completion hack This hack was previously being used to correct the rankings for VS Code Go users. This logic has since been moved into the VS Code Go plugin. Change-Id: Ia6bff53eb2c6dbe479faa1fd0667d763837eea78 GitHub-Last-Rev: e7fed76b3f85b0db3b705cbb6945cecd855d2c7b GitHub-Pull-Request: golang/tools#225 Reviewed-on: https://go-review.googlesource.com/c/tools/+/231098 Reviewed-by: Rebecca Stambler <rstambler@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 prettier to format JS and CSS files.
The version of prettier
used is 1.18.2.
It is encouraged that all JS and CSS code be run through this before submitting a change. However, it is not a strict requirement enforced by CI.
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.