The Go programming language
Go to file
Ian Cottrell ec9a7decbe gopls: write out the raw usage text
This adds a small script and uses it to write all the help text
to files.
This will be used to show the diff of a collection of changes to
come.

For #41860

Change-Id: Iaef52365d421dd3c375d22ac5a1f7c5eb6b69ac2
Reviewed-on: https://go-review.googlesource.com/c/tools/+/367834
Trust: Ian Cottrell <iancottrell@google.com>
Run-TryBot: Ian Cottrell <iancottrell@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-02-02 14:51:55 +00:00
benchmark/parse
blog
cmd cmd/fiximports: skip TestDryRun on plan9-arm 2022-01-24 16:42:25 +00:00
container/intsets container/intsets: fix bug in UnionWith 'changed' result 2021-12-28 19:29:29 +00:00
copyright gopls/api-diff: create api-diff command for gopls api 2021-09-17 17:58:44 +00:00
cover cover: add function to parse profiles from an io.Reader 2021-10-05 03:23:35 +00:00
go go/callgraph/vta: avoid panic on missing function definitions 2022-01-27 20:56:17 +00:00
godoc godoc/redirect: close HTTP response bodies in TestRedirect 2022-01-28 18:44:56 +00:00
gopls internal/lsp: include receiver type parameters when completing receivers 2022-02-01 13:36:13 +00:00
imports
internal gopls: write out the raw usage text 2022-02-02 14:51:55 +00:00
playground
present
refactor all: various test fixes related to any 2021-12-09 15:47:16 +00:00
txtar
.gitattributes
.gitignore
.prettierrc
AUTHORS
CONTRIBUTING.md
CONTRIBUTORS
LICENSE
PATENTS
README.md all: update install commands to go install pkg@version 2021-10-27 02:41:01 +00:00
codereview.cfg
go.mod all: update dependencies post-release 2021-10-26 18:40:06 +00:00
go.sum all: update dependencies post-release 2021-10-26 18:40:06 +00:00

README.md

Go Tools

PkgGoDev

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.

Download/Install

The easiest way to install is to run go install golang.org/x/tools/...@latest.

JS/CSS Formatting

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.

Report Issues / Send Patches

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.