commit | 48b81741b67f44ae17412be74b7be2cecd25f933 | [log] [tgz] |
---|---|---|
author | Alberto Donizetti <alb.donizetti@gmail.com> | Wed Jul 04 10:13:00 2018 +0200 |
committer | Alberto Donizetti <alb.donizetti@gmail.com> | Fri Jul 06 08:46:43 2018 +0000 |
tree | dafc0189060251a2f6c37d1a78d5146a1798dc8f | |
parent | cc4a29fada9d538a3b111835583411eeb6a38d2f [diff] |
tour: use better wording to explain run/format keyboard shortcuts Fixes golang/tour#526 Change-Id: I2338cf6d06dd8756dcb81a88453558c5b2de2257 Reviewed-on: https://go-review.googlesource.com/122097 Reviewed-by: Daniel Martà <mvdan@mvdan.cc>
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