commit | 624453ede3b6c5a2fef96c5a2cf1d8abdad35be1 | [log] [tgz] |
---|---|---|
author | Henry Chang <mr.changyuheng@gmail.com> | Thu Jun 15 15:01:53 2017 -0700 |
committer | Alberto Donizetti <alb.donizetti@gmail.com> | Mon Jun 19 07:41:20 2017 +0000 |
tree | b74091d8dd6f2251059e7160ab976b7c6ebb9684 | |
parent | cbbf25e137b2125d9dda99fbb218501b53fac348 [diff] |
tour: make Fibonacci solution start from 0 The exercise description lists Fibonacci numbers as 0, 1, 1... but the current solution starts printing from 1. I'm changing it so it starts printing from 0. Change-Id: Ib36d0f0447bd5efa110cb9302f72f575ef1bf989 Reviewed-on: https://go-review.googlesource.com/41496 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