commit | 4469170908002d133652212fe077c67e7f74bf13 | [log] [tgz] |
---|---|---|
author | Alberto Donizetti <alb.donizetti@gmail.com> | Thu Aug 17 12:44:09 2017 +0200 |
committer | Alberto Donizetti <alb.donizetti@gmail.com> | Fri Aug 18 10:48:12 2017 +0000 |
tree | 4e1a4d436ce3c0997254b5706c69fbdaa7707893 | |
parent | 0a50b6ab7c6ae842684a35d4a1f3d0c6906436da [diff] |
content: change examples order to match text order The hint text says give it floating point syntax or use a conversion but the code has the conversion first and the fp syntax after that. Swap them. Fixes golang/tour#286 Change-Id: I96413285ed185451511fd32cadf5bccfe1ce566d Reviewed-on: https://go-review.googlesource.com/56350 Reviewed-by: Rob Phoenix <rob@robphoenix.com> Reviewed-by: Avelino <t@avelino.xxx> 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: http://golang.org/doc/contribute.html