commit | 1c99e1239a0c8b0e59c34000995c4e319b7702ca | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Wed Jun 27 20:58:43 2018 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Thu Jun 28 16:39:57 2018 +0000 |
tree | f73b23ac02851060744d094afeda4be3840e46d8 | |
parent | 16699b2d33e2654d743c50b4525ab7e73e346238 [diff] |
godoc: default to GOOS/GOARCH js/wasm when rendering syscall/js docs Otherwise it was just blank. With this CL, this URL should start rendering docs: https://tip.golang.org/pkg/syscall/js/ Tested locally. Change-Id: I2d9b7286f374e9372be372987bb5d12ce5044ce9 Reviewed-on: https://go-review.googlesource.com/121315 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Richard Musiol <neelance@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@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.