1
0
mirror of https://github.com/golang/go synced 2024-11-18 14:14:46 -07:00
The Go programming language
Go to file
Alan Donovan ce7df396da go/pointer: fix two crashes caused by 'print()'.
+ Test.

LGTM=crawshaw
R=crawshaw
CC=golang-codereviews
https://golang.org/cl/173540043
2014-11-20 13:33:20 -05:00
astutil
blog
cmd x/tools/cmd/godoc: fix bad repository path 2014-11-19 15:51:44 +11:00
container/intsets
cover
dashboard x/tools/dashboard/env: bump known good builder revision 2014-11-17 13:08:44 +11:00
go go/pointer: fix two crashes caused by 'print()'. 2014-11-20 13:33:20 -05:00
godoc x/tools/godoc/redirect: add redirect for Gerrit reviews at /review/ 2014-11-19 08:51:39 +11:00
imports
oracle cmd/oracle: minor fixes. 2014-11-17 13:50:23 -05:00
playground
present
refactor x/tools/*: print program name, not "Error", when reporting command error messages. 2014-11-17 12:58:28 -05:00
.hgignore
AUTHORS
codereview.cfg
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.