commit | cadd57e39904f207f1c67334882bdf16e26c117b | [log] [tgz] |
---|---|---|
author | Akhil <7601150+akkisagiraju@users.noreply.github.com> | Sat Nov 27 06:22:56 2021 +0000 |
committer | Robert Findley <rfindley@google.com> | Wed Dec 08 15:21:23 2021 +0000 |
tree | 52f9732294039212a3a4e6b13f9350e18bcdf900 | |
parent | fd2bfb79a16ae479f76e30b2ed37f28eb6c43589 [diff] |
docs: updated nvim-lspconfig link This PR updates the link of nvim-lspconfig doc for gopls. Change-Id: I9f64ca9c310af8a6c6392245c88eea666edf4657 GitHub-Last-Rev: 9774e504c77d7b0d00f932dd5af85563498a21b2 GitHub-Pull-Request: golang/tools#351 Reviewed-on: https://go-review.googlesource.com/c/tools/+/367254 Reviewed-by: Robert Findley <rfindley@google.com> Trust: Robert Findley <rfindley@google.com> 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: Gopher Robot <gobot@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 install
.
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 install golang.org/x/tools/...@latest
.
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.