commit | 377a8a806b47e6f9bdc38532587511bfab881af0 | [log] [tgz] |
---|---|---|
author | Chris Broadfoot <cbro@golang.org> | Mon Nov 23 16:07:20 2015 -0800 |
committer | Chris Broadfoot <cbro@golang.org> | Thu Dec 03 00:18:53 2015 +0000 |
tree | c47c5885cf2599147b88df7ee2613843b11927ad | |
parent | 8ad1dc42ad0643ce0bee71c8069246c2009a590b [diff] |
[release-branch.go1.5] doc: document go1.5.2 Change-Id: Ib6a9e131113523e6b1e5b7604480028b9ffbfa93 Reviewed-on: https://go-review.googlesource.com/17178 Reviewed-by: Andrew Gerrand <adg@golang.org> Reviewed-on: https://go-review.googlesource.com/17335 Reviewed-by: Chris Broadfoot <cbro@golang.org>
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.
Please report issues here: https://golang.org/issue/new
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.