commit | 5e86cd2985e3522a4347346e38527de88ceefffd | [log] [tgz] |
---|---|---|
author | David Url <david@urld.io> | Sun Feb 25 18:01:30 2018 +0100 |
committer | Andrew Bonventre <andybons@golang.org> | Fri Apr 13 16:54:21 2018 +0000 |
tree | 32502bf0b2b7e49fd52f5407188f3ab96d2cc93d | |
parent | 1c0c7a8ccea464136be9160da64d04309e424a3b [diff] |
cmd/present: display slide numbers Fixes golang/go#5331 Change-Id: Iddd45452959823b2e8e3f9b4236a9a9a3968d35f Reviewed-on: https://go-review.googlesource.com/97058 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@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.