Няма описание

Austin Clements 7904e951d4 [dev.power64] liblink: fix Solaris build преди 10 години
api 65d8cb985f unicode: strconv: regexp: Upgrade to Unicode 7.0.0. преди 10 години
doc b802240300 doc: document go get -f flag in 1.4 release notes преди 10 години
include a11f256436 [dev.power64] liblink: generate dnames[5689] for D_* constants преди 10 години
lib 3208250185 [dev.power64] build: merge default into dev.power64 преди 10 години
misc 8e01fc7e9b misc: Increase issue 6997's test timeout to prevent spurious failures. преди 10 години
src 7904e951d4 [dev.power64] liblink: fix Solaris build преди 10 години
test a5e1e1599c [dev.power64] test: "fix" live.go test on power64x преди 10 години
.hgignore f0bd539c59 [dev.power64] all: merge default into dev.power64 преди 10 години
.hgtags 9cd8cb0b17 tag go1.4beta1 преди 10 години
AUTHORS 6a0a475390 A+C: add Benoit Sigoure (individual CLA) преди 10 години
CONTRIBUTORS 6a0a475390 A+C: add Benoit Sigoure (individual CLA) преди 10 години
LICENSE c748689277 doc: update licensing text one more time преди 12 години
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text преди 14 години
README 624f9da386 README: Fix installation instructions преди 11 години
favicon.ico b13c7eec64 godoc: update favicon преди 12 години
robots.txt 06a923ada0 godoc: serve robots.txt raw преди 13 години

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-source.html
in your web browser.

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

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

--

Binary Distribution Notes

If you have just untarred a binary Go distribution, you need to set
the environment variable $GOROOT to the full path of the go
directory (the one containing this README). You can omit the
variable if you unpack it into /usr/local/go, or if you rebuild
from sources by running all.bash (see doc/install.html).
You should also add the Go binary directory $GOROOT/bin
to your shell's path.

For example, if you extracted the tar file into $HOME/go, you might
put the following in your .profile:

export GOROOT=$HOME/go
export PATH=$PATH:$GOROOT/bin

See doc/install.html for more details.