This CL is an import of compilebench from rsc.io/compilebench at commit 1a5bec7724500bd6df47e053dbc42b41fe653372. This CL brings in only main.go, unaltered. The other files were: * LICENSE: now unnecessary * README.md: now unnecessary * compilecmp: still available at its original home, soon to be superceded by a new tool in x/tools Once compilecmp is available in x/tools, I will replace rsc.io/compilebench with a breadcrumb repo. All outstanding pull requests against rsc.io/compilebench are from me. They will be closed, and new CLs sent here as appropriate. Change-Id: Ic436abf4a662173c6c184bc765b1b9cab13b3cfb Reviewed-on: https://go-review.googlesource.com/39712 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
---|---|---|
benchmark/parse | ||
blog | ||
cmd | ||
compilebench | ||
container/intsets | ||
cover | ||
go | ||
godoc | ||
imports | ||
playground | ||
present | ||
refactor | ||
third_party | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
LICENSE | ||
PATENTS | ||
README | ||
codereview.cfg |
README
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.