commit | 177551569704d42a66ad89f41a3075d495d5e0e9 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Mar 09 22:16:54 2020 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Mar 13 20:55:17 2020 +0000 |
tree | eb3cfaa44fdc8577bc9497f51b92bf148ea6a65a | |
parent | 19e328c07e1c6c43711784f17caf829ef9c2c228 [diff] |
present: improve error for bad author block I forgot to put in a section heading and every line containing a colon in the text got parsed as a URL, failing and printing errors. It took a while to find where they were coming from. For golang/go#33955. Change-Id: Ibbc41a8446c292f6ab363829cf31fe594152e42d Reviewed-on: https://go-review.googlesource.com/c/tools/+/222844 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rob Pike <r@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.