1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:04:44 -07:00
The Go programming language
Go to file
Brad Fitzpatrick 29d9ef959c dashboard: more robust commit handler, and allow modifications
LGTM=rsc, adg
R=golang-codereviews, rsc, adg
CC=dvyukov, golang-codereviews
https://golang.org/cl/136540044
2014-09-25 18:06:17 -07:00
astutil go.tools/astutil: delete all matching imports in DeleteImport 2014-08-14 11:51:51 -07:00
blog
cmd cmd/vet: provide access to externally defined types 2014-09-24 13:54:50 -07:00
container/intsets container/intsets: add benchmark of AppendTo method. 2014-06-19 14:35:37 -04:00
cover
dashboard dashboard: more robust commit handler, and allow modifications 2014-09-25 18:06:17 -07:00
go go/ssa/interp: fix fallout from recent runtime refactoring. 2014-09-25 17:14:39 -04:00
godoc godoc/analysis: log one error per error package. 2014-09-16 16:24:52 -04:00
imports go.tools/imports: src/pkg -> src 2014-09-08 14:20:12 -04:00
oracle go.tools/*: replace $GOROOT/src/pkg with $GOROOT/src where appropriate. 2014-09-08 13:24:38 -04:00
playground go.tools/playground: return a better message for code starting with a shebang on non local mode 2014-08-01 15:04:49 -07:00
present go.tools/present: add support for figure captions 2014-07-15 08:23:16 -07:00
refactor refactor/rename: attempt to fix windows test, 2nd attempt. 2014-09-24 16:38:46 -04:00
.hgignore dashboard: add Cloud Storage upload support to create.go 2014-09-03 21:41:16 -07:00
AUTHORS
codereview.cfg codereview: switch defaultcc to golang-codereviews 2013-12-20 10:54:33 -05:00
CONTRIBUTORS
LICENSE
PATENTS
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 oracle 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.