commit | 13ba8ad772dfbf0f451b5dd0679e9c5605afc05d | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Tue Dec 18 12:41:13 2018 +1100 |
committer | David Symonds <dsymonds@golang.org> | Tue Dec 18 02:00:41 2018 +0000 |
tree | 66531565407edf5b3ded8de8e25e9f248ce9a4eb | |
parent | a072e661040ecdb936ae4a592d04f74f8d77199f [diff] |
go/vcs: use Bitbucket v2 REST API This ports the change made to cmd/go in https://go-review.googlesource.com/36219 (Feb 2017). Change-Id: I04e55749b187e21d140500b8878866bd3ceea174 Reviewed-on: https://go-review.googlesource.com/c/154677 Reviewed-by: Andrew Gerrand <adg@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.