commit | 8ac058ed9fb4355ae54723001f2956075c106a5b | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Mar 09 23:04:59 2020 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Mar 13 20:55:25 2020 +0000 |
tree | 2948ad50cc9ef4c1429c08dc116fe4150ccb8512 | |
parent | 657575a5644adc4f31b3ee3107506950c82a2eed [diff] |
present: accept Markdown in present files Markdown is enabled by starting the title with "# ". See the new documentation in present/doc.go for details. For golang/go#33955. Change-Id: I04ef2aa2cf253bdf48910c5674d679a482ffa33f Reviewed-on: https://go-review.googlesource.com/c/tools/+/222846 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.