commit | c07e9bc1ad7c13674e98a575297716ffdd07c414 | [log] [tgz] |
---|---|---|
author | B.G.Adrian <aditza8@gmail.com> | Wed Jul 11 15:29:55 2018 +0300 |
committer | Alberto Donizetti <alb.donizetti@gmail.com> | Thu Jul 12 07:46:39 2018 +0000 |
tree | f2e7c893ca0d268f86b2f7b1c778cbb1e2037a45 | |
parent | 8ddcbfcc471b555edc62398e02b78add78044679 [diff] |
content: change expression "under the covers" to "hood" Fixes golang/tour#445 Change-Id: I69702bc5b3882188e8867e8112ec8e689e1ffb03 Reviewed-on: https://go-review.googlesource.com/123255 Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
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