| commit | 19e328c07e1c6c43711784f17caf829ef9c2c228 | [log] [tgz] |
|---|---|---|
| author | Russ Cox <rsc@golang.org> | Mon Mar 09 22:15:04 2020 -0400 |
| committer | Russ Cox <rsc@golang.org> | Fri Mar 13 20:55:15 2020 +0000 |
| tree | 620be6c4f837d47a0d30842748974de37afab5bf | |
| parent | c312e98713c27a5d334454be5117a17cb36feaed [diff] |
present: allow line-wrapping of bullet list items This is not strictly necessary, but being able to wrap these long lines helps make the diffs for the Markdown conversion of old files easier to read. The wrapping of the blog is in CL 222839. For golang/go#33955. Change-Id: I26c3f8db6b137c194f03b2538f221aa4fc3f2324 Reviewed-on: https://go-review.googlesource.com/c/tools/+/222843 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.