mirror of
https://github.com/golang/go
synced 2024-11-18 22:44:48 -07:00
The Go programming language
a75195d091
This CL adds no-op stubs for intrinsics now required by tests: runtime.Goexit sync.runtime_Sem{acquire,release} sync/atomic.AddUint{32,64} Goexit needs more thought; for now I've disabled the interpreted tests of the "testing" package to make the build green again. TBR=gri R=gri CC=golang-codereviews https://golang.org/cl/65480044 |
||
---|---|---|
astutil | ||
blog | ||
cmd | ||
cover | ||
dashboard | ||
go | ||
godoc | ||
imports | ||
oracle | ||
playground | ||
present | ||
.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.