commit | 90550980fc828b11c0ea873b777656000b590447 | [log] [tgz] |
---|---|---|
author | Hana <hyangah@gmail.com> | Fri Oct 16 10:24:12 2020 -0400 |
committer | Hyang-Ah Hana Kim <hyangah@gmail.com> | Tue Oct 20 14:19:29 2020 +0000 |
tree | 748e2bb031e3596829fa6e4de258dd01245fc74c | |
parent | f5c826d1900e96f56ef97a21bfd5fe2d5bc35c77 [diff] |
internal/lsp/source: use 'gopls.' instead of 'gopls_' And, export CommandPrefix const so api_json generator can use it. Update golang/go#41187 Change-Id: Ie976b774d64ba707152b6f659a15aef19ef12dcd Reviewed-on: https://go-review.googlesource.com/c/tools/+/263057 Trust: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Peter Weinberger <pjw@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 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.