commit | 270c59dc400f3ac30a182439c4fdbb768f2c389b | [log] [tgz] |
---|---|---|
author | Hana (Hyang-Ah) Kim <hyangah@gmail.com> | Mon Mar 09 10:38:37 2020 -0400 |
committer | Hyang-Ah Hana Kim <hyangah@gmail.com> | Mon Mar 09 17:26:05 2020 +0000 |
tree | 16d91e41165c09304a105289834707e4b11b19d1 | |
parent | c94e1fe1450c95c7fd702428de838e0347e2544c [diff] |
gopls/integration/govim: update to go1.14 images Change-Id: I24b6b20ca78867cc973ca0a96c388876f4f40c70 Reviewed-on: https://go-review.googlesource.com/c/tools/+/222663 Reviewed-by: Robert Findley <rfindley@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 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.