commit | cc618b7871d4aba6474c796954f8fc07aef01a82 | [log] [tgz] |
---|---|---|
author | Alberto Donizetti <alb.donizetti@gmail.com> | Thu Nov 08 18:38:44 2018 +0100 |
committer | Alberto Donizetti <alb.donizetti@gmail.com> | Fri Nov 09 17:14:26 2018 +0000 |
tree | b08eb8a803d93085bbfdda39424b857298c84bf5 | |
parent | 16d3ff4aeb4f07df3cbc2d072b04443a462b2f69 [diff] |
content: add newline to Printf call in flowcontrol A missing \n doesn't matter when running the playground in the browser, but apparently sometimes people copy the tour code snippets in their editors; and anyway it's probably slightly nicer to be consistent with the newlines. Fixes golang/tour#642 Change-Id: I24d048e96620cbdaa668644e1460749cbea66ac5 Reviewed-on: https://go-review.googlesource.com/c/148617 Reviewed-by: Ian Lance Taylor <iant@golang.org>
A Tour of Go is an introduction to the Go programming language.
To install the tour from source, first set up a workspace and then run:
$ go get golang.org/x/tour
This will place a tour
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