commit | 658b03bcd3d8331a13df6c04da008afc9260239e | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Wed Feb 26 11:53:41 2020 -0500 |
committer | Rebecca Stambler <rstambler@golang.org> | Tue Mar 03 20:20:40 2020 +0000 |
tree | 15e1d3dee6ef9863e5d9e306c187df98fb52bd57 | |
parent | 55b754b4e0c1c396a4b0ac51b1ef806cf9b1f780 [diff] |
all: upgrade outdated dependencies Used Rohan's new code lens feature to upgrade some of our outdated dependencies. Change-Id: Ifddd5c00f36e5a7e32aca3113e03cd3caeb4cdb9 Reviewed-on: https://go-review.googlesource.com/c/tools/+/221102 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Michael Matloob <matloob@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 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.