commit | 76c2b83d3f48b380448735925221de6ec625e703 | [log] [tgz] |
---|---|---|
author | pallat <yod.pallat@gmail.com> | Wed Aug 02 22:32:00 2017 +0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Feb 13 16:08:54 2018 +0000 |
tree | baef2f55b3b582b32b86946e0a7dce62e4d3af74 | |
parent | 785f68041a4e7a087b69a45acd1c67388bb59561 [diff] |
content: add Thai translation of the tour. Change-Id: If6746a57c6e44648a117d196af93e49da912675e Reviewed-on: https://go-review.googlesource.com/52750 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