commit | 60ffea201e66e0d9375dc5bec85245d7b416710f | [log] [tgz] |
---|---|---|
author | Gustav Westling <zegl@westling.xyz> | Sun Jul 22 11:07:42 2018 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Sun Jul 22 15:00:05 2018 +0000 |
tree | c9eac2adc8af27fd9acd1e4a6b7f7d12c6cc99a3 | |
parent | 99195f4d4ffa6331a9bc856c72697a15d9842950 [diff] |
godoc: correctly parse packages with digits in the package name Fixes golang/go#26514 Change-Id: I4540737425c225c0f0c6104b5b3524621d2b0c6f GitHub-Last-Rev: 9d5fefb6ed31579b723293c7f43fcf677ac4cddb GitHub-Pull-Request: golang/tools#41 Reviewed-on: https://go-review.googlesource.com/125335 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@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.