commit | b0650ceb63d94ec56d3a00dbdd5e37d944dbeabf | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Mon Nov 25 12:50:53 2019 -0500 |
committer | Dmitri Shuralyov <dmitshur@golang.org> | Tue Nov 26 05:54:41 2019 +0000 |
tree | 974357fd87b6056cc3fb399e5ca008855a081dbd | |
parent | 73cd2cc3b55094159f0deb80de84d85507ace4a6 [diff] |
godoc/static: re-add "or" function call to package.html template It was removed unintentionally in CL 101295, where the intention was to remove the (eq $.Dirname "/src") condition. Updates golang/go#35812 Change-Id: I1591ed221f0d510fb1ffa51a3ecd48d8327fdfbb Reviewed-on: https://go-review.googlesource.com/c/tools/+/208661 Reviewed-by: Agniva De Sarker <agniva.quicksilver@gmail.com>
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.