commit | ced884f4700c5c9657569036e287a0653481574b | [log] [tgz] |
---|---|---|
author | Jan Pilzer <jan.pilzer@gmx.de> | Mon May 21 23:35:55 2018 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed May 23 18:30:25 2018 +0000 |
tree | a94d342bfe791e4cf23cf8c433ef825720083fd4 | |
parent | daf29d8a377475fc0e139bcc58713575d6d3e0f2 [diff] |
Range continued (17): Fix formatting Fix the formatting of `, value`. It is a code-quote and should be styled accordingly. Change-Id: I89ac82e25c9d375e90dc01170e07c78a8e095fae GitHub-Last-Rev: e6292b0a179f6fbf01ab5159bde517c60ba7eb94 GitHub-Pull-Request: golang/tour#488 Reviewed-on: https://go-review.googlesource.com/113998 Reviewed-by: Brad Fitzpatrick <bradfitz@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