commit | daf29d8a377475fc0e139bcc58713575d6d3e0f2 | [log] [tgz] |
---|---|---|
author | Andrew Bonventre <andybons@golang.org> | Wed Mar 14 13:21:40 2018 -0400 |
committer | Andrew Bonventre <andybons@golang.org> | Wed Mar 14 18:02:24 2018 +0000 |
tree | 5d020b61a3e317beee6b6585aa95807cfb81b650 | |
parent | 057704a6290c29d3b08f62f96d3e2db6932f2ef5 [diff] |
CONTRIBUTING.md: remove note about not accepting Pull Requests Updates golang/go#24185 Change-Id: Ic2d895e46e2aac8ccf4ac835a3c945cfaaec65b8 Reviewed-on: https://go-review.googlesource.com/100717 Reviewed-by: Andrew Bonventre <andybons@golang.org> Reviewed-by: Ian Lance Taylor <iant@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