commit | 984ce39053551b6d66482f8a93e12fb480dc1fbf | [log] [tgz] |
---|---|---|
author | Alberto Donizetti <alb.donizetti@gmail.com> | Wed Jul 04 10:52:04 2018 +0200 |
committer | Alberto Donizetti <alb.donizetti@gmail.com> | Mon Jul 09 15:44:55 2018 +0000 |
tree | ac7c66b5fdb8787b11aa7c2c58691b5104e60b2a | |
parent | 48b81741b67f44ae17412be74b7be2cecd25f933 [diff] |
tour: update commits feed link in the TRANSLATE document Since the go-tour-commits mailing list at https://groups.google.com/forum/#!forum/go-tour-commits is no longer active, change the TRANSLATE doc to suggest subscribing directly to the github commits feed. Change-Id: I6666d8462a17085e13ef0a09df53b2acc397b4a3 Reviewed-on: https://go-review.googlesource.com/122098 Reviewed-by: Andrew Bonventre <andybons@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: https://golang.org/doc/contribute.html