commit | 037f63517aadcb6401f79ac9c03aba18701890a6 | [log] [tgz] |
---|---|---|
author | Martin Kunc <martinkunc@users.noreply.github.com> | Fri Jul 27 05:13:17 2018 +0000 |
committer | Alberto Donizetti <alb.donizetti@gmail.com> | Sat Jul 28 19:03:44 2018 +0000 |
tree | 4dd90c73f19a1b028f5bc92aad0cc1cfbc67f1e7 | |
parent | c07e9bc1ad7c13674e98a575297716ffdd07c414 [diff] |
content: Add link to Czech translation Change-Id: Id1770945cd722be4b3ba38c986176f08291652cb GitHub-Last-Rev: 67d48d1827d68d1d0ad7fb73fcffd64a3bd9a96d GitHub-Pull-Request: golang/tour#572 Reviewed-on: https://go-review.googlesource.com/126335 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: https://golang.org/doc/contribute.html