1
0
mirror of https://github.com/golang/go synced 2024-11-19 23:04:40 -07:00
The Go programming language
Go to file
Russ Cox e5009e29ea 6a: assemble CMPPD as 6l expects
libmach: disassemble CMPPD as 6a expects

R=ken2
CC=Charlie Dorian, golang-dev
https://golang.org/cl/1704046
2010-07-01 12:36:29 -07:00
doc doc/codewalk: Share Memory By Communicating 2010-06-30 16:56:30 +10:00
include
lib codereview: allow multiple email addresses in CONTRIBUTORS 2010-06-30 23:34:11 -07:00
misc godashboard: add Projects page 2010-06-23 15:27:51 +01:00
pkg
src 6a: assemble CMPPD as 6l expects 2010-07-01 12:36:29 -07:00
test test: override gcc bug when preparing complex divide tables 2010-06-30 23:34:27 -07:00
.hgignore .hgignore: ignore doc/htmlgen 2010-06-09 21:39:40 -07:00
.hgtags release.2010-06-21 tag 2010-06-21 23:22:14 +01:00
AUTHORS A+C: add Gustavo Niemeyer (individual CLA) 2010-06-30 23:31:41 -07:00
CONTRIBUTORS A+C: add Gustavo Niemeyer (individual CLA) 2010-06-30 23:31:41 -07:00
favicon.ico
LICENSE
README

This is the source code repository for the Go programming language.  

For documentation about how to install and use Go,
visit http://golang.org/ or load doc/install.html in your web browser.

After installing Go, you can view a nicely formatted
doc/install.html by running godoc --http=:6060
and then visiting http://localhost:6060/doc/install.html.

Unless otherwise noted, the Go source files are distributed
under the BSD-style license found in the LICENSE file.