commit | 09117631137a3fa40cb8194e349620b2c77a1ff0 | [log] [tgz] |
---|---|---|
author | Alberto Donizetti <alb.donizetti@gmail.com> | Wed Jul 11 10:32:06 2018 +0200 |
committer | Alberto Donizetti <alb.donizetti@gmail.com> | Wed Jul 11 14:14:13 2018 +0000 |
tree | 63deec1c948dd6c903d7208fe522fd4a3a393f11 | |
parent | 8bf7e083063e016e10c1d369645882a676870786 [diff] |
tour: uniform the use of bold for Notes A few tour slides end with a Note with some additional remarks. Most of the times the word "Note:" is in bold, and the next word is capitalized, except in a few places. Uniform the style by making it always bold and by always capitalizing the sentence. Change-Id: Ib5843a55c0e9a4f602efa0346f96702493a7284a Reviewed-on: https://go-review.googlesource.com/123215 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