commit | c373014285671e75a2b50f45d204669442474b1b | [log] [tgz] |
---|---|---|
author | Jaana Burcu Dogan <jbd@google.com> | Fri Feb 03 10:58:53 2017 -0800 |
committer | Jaana Burcu Dogan <jbd@google.com> | Fri Feb 03 19:01:53 2017 +0000 |
tree | 772a8b819c574561721928bbc6d0aaed4e3ac00c | |
parent | d153aa6df875151e72670741898a3ab7f053097b [diff] |
content: remove line that doesn't add and is confusing Fixes golang/go#18926. Change-Id: I03d5f7adcd2db0e862cffb5ff035d804b0d3b1db Reviewed-on: https://go-review.googlesource.com/36220 Reviewed-by: Brad Fitzpatrick <bradfitz@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