The Go programming language
Go to file
Robert Griesemer fb5fce5532 fix for incorrect composite literal grammar
(issue found by ken)

R=go-dev, rsc
http://go/go-review/1025030
2009-11-09 12:35:56 -08:00
doc fix for incorrect composite literal grammar 2009-11-09 12:35:56 -08:00
include
lib make search box width dynamically sized 2009-11-09 10:27:07 -08:00
misc remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
pkg
src remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
test
.hgignore
.hgtags
AUTHORS
CONTRIBUTORS
LICENSE
README
favicon.ico

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.