commit | d844dc7a157c5d2e92bccc9732530c37bc7ef33b | [log] [tgz] |
---|---|---|
author | Rob Phoenix <rob@robphoenix.com> | Tue Jun 06 10:10:09 2017 +0100 |
committer | Andrew Gerrand <adg@golang.org> | Tue Jun 20 22:22:01 2017 +0000 |
tree | 9cc9197012f9987417e4bf05f79569039eeebeec | |
parent | 624453ede3b6c5a2fef96c5a2cf1d8abdad35be1 [diff] |
content: add note about using rand.Seed with the time Fixes golang/tour#12 Change-Id: I3e31796e68052c424ef6b5670aac516e461d1809 Reviewed-on: https://go-review.googlesource.com/44931 Reviewed-by: Andrew Gerrand <adg@golang.org>
A Tour of Go is an introduction to the Go programming language.
The easiest way to install the tour locally is to install a binary release of Go and then run:
$ go tool tour
To install the tour from source, first set up a workspace and then run:
$ go get golang.org/x/tour/gotour
This will place a gotour
binary in your workspace's bin
directory.
Unless otherwise noted, the go-tour source files are distributed under the BSD-style license found in the LICENSE file.
Contributions should follow the same procedure as for the Go project: http://golang.org/doc/contribute.html