| commit | 23d5810c8fd2dc079f06c6052f404d81896d74f0 | [log] [tgz] |
|---|---|---|
| author | Keith Randall <khr@golang.org> | Tue Jan 19 09:59:21 2016 -0800 |
| committer | Keith Randall <khr@golang.org> | Tue Jan 19 14:13:16 2016 -0800 |
| tree | 1a9626a10d06dcea19bc8272fac788a19167f0e8 | |
| parent | 90065eaba42c044af0a35cfc2abda76e9c58ccd3 [diff] | |
| parent | c7754c8f54a1ace5fc0a8e36df809c713d2623d6 [diff] |
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch Semi-regular merge from tip to dev.ssa. Conflicts: src/runtime/sys_windows_amd64.s Change-Id: I5f733130049c810e6ceacd46dad85faebca52b29
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
For documentation about how to install and use Go, visit https://golang.org/ or load doc/install-source.html in your web browser.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Go is the work of hundreds of contributors. We appreciate your help!
To contribute, please read the contribution guidelines: https://golang.org/doc/contribute.html
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
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 file). 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-source.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 https://golang.org/doc/install or doc/install.html for more details.