commit | 785f68041a4e7a087b69a45acd1c67388bb59561 | [log] [tgz] |
---|---|---|
author | Alberto Donizetti <alb.donizetti@gmail.com> | Sat Feb 10 15:06:50 2018 +0100 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Sat Feb 10 16:13:47 2018 +0000 |
tree | 47afbdcdf492d70bb5862519bd7ff75b750fb6d4 | |
parent | 8e3b0c2fe87f92ea28e34688bf90a281b991f4ce [diff] |
content: fix wording for indonesian translation link Fixes golang/tour#406 Change-Id: I4c7a1fab1bcacb7b8ded1a2d3a8b8754d2c9993c Reviewed-on: https://go-review.googlesource.com/93236 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