1
0
mirror of https://github.com/golang/go synced 2024-11-18 21:54:49 -07:00
The Go programming language
Go to file
kortschak 987877771e x/tools/present: fix element number check
Fixes golang/go#20605

Change-Id: Ia87097741b743d9b138f0f16540d601b9525c7de
Reviewed-on: https://go-review.googlesource.com/45110
Reviewed-by: Andrew Gerrand <adg@golang.org>
2017-06-08 00:01:16 +00:00
benchmark/parse
blog blog/atom: support atom:link as in RFC4287 4.2.7 2017-02-04 21:42:09 +00:00
cmd cmd/go-contrib-init: add git alias dry run mode, add success message 2017-06-07 23:52:31 +00:00
container/intsets Revert "x/tools/container/intsets: remove unused function" 2017-03-01 14:51:44 +00:00
cover cover: fixed broken error message 2016-03-08 18:20:19 +00:00
go go/gcexportdata: a command for inspecting gc export data in archive files 2017-06-05 19:49:53 +00:00
godoc Revert "godoc: use "IsPredeclared" of go/doc" 2017-05-15 17:14:06 +00:00
imports imports: wait for fastWalk workers to finish before returning (take 2) 2017-04-25 17:30:35 +00:00
playground playground/socket: deflake test, remove sleep 2016-12-11 02:33:14 +00:00
present x/tools/present: fix element number check 2017-06-08 00:01:16 +00:00
refactor refactor/rename: add line number to ambiguityError 2017-05-10 14:27:37 +00:00
third_party cmd/heapview: dowgrade to customelements v0 2016-08-05 20:49:36 +00:00
.gitattributes
.gitignore
AUTHORS
codereview.cfg tools: add codereview.cfg 2015-03-18 17:04:00 +00:00
CONTRIBUTING.md
CONTRIBUTORS
LICENSE
PATENTS
README x/tools: s/oracle/guru/g in various comments 2016-10-13 18:54:04 +00:00

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.

To submit changes to this repository, see http://golang.org/doc/contribute.html.