| commit | e2f9c7f1fc8e3456c71ab5b45a8220d3ae8e0aef | [log] [tgz] |
|---|---|---|
| author | Bryan C. Mills <bcmills@google.com> | Wed Dec 16 17:18:43 2020 -0500 |
| committer | Bryan C. Mills <bcmills@google.com> | Fri Jan 08 19:58:28 2021 +0000 |
| tree | f87a46611b8d0f47467ee068fb808e279906a1e2 | |
| parent | e9a2c0706a5b9cc8ee5965d5a50c996ffb255a7b [diff] |
gopls/doc/emacs.md: describe configuration for eglot Now that joaotavora/eglot#367 is fixed, I think we should recommend it as a serious alternative to LSP mode. This change describes both packages, summarizes their different philosophies, and simplifies the example LSP Mode configuration to avoid relying on another unnecessary third-party package. Users who need more detail on alternative configurations should consult the LSP client vendors' pages — we don't need to recapitulate all of that detail here. Change-Id: If125fbde6d609e223ce44936504cc4b08b84dc3d Reviewed-on: https://go-review.googlesource.com/c/tools/+/278774 Reviewed-by: Muir Manders <muir@mnd.rs> Reviewed-by: Rebecca Stambler <rstambler@golang.org> Trust: Bryan C. Mills <bcmills@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.