commit | 97f0ee8b016282b578395cd0dda1f9c3aabf81ec | [log] [tgz] |
---|---|---|
author | Trung Nguyen <trung.n.k@gmail.com> | Tue Apr 18 22:20:30 2017 +0800 |
committer | Chris Broadfoot <cbro@golang.org> | Fri Apr 21 01:50:13 2017 +0000 |
tree | 890f9486a11442506f1503b3a17effcd4b1a86ef | |
parent | cd978b761ea990975ef36825a6a1831b0c2f29c1 [diff] |
tour: method call not correct Fixes golang/tour#202. Change-Id: Ibffa127f6bdbe9c2ce8d47f358d355795e214a2b Reviewed-on: https://go-review.googlesource.com/40897 Reviewed-by: Chris Broadfoot <cbro@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