commit | 5807c4fa28aba30e78d2ef679bb99cd9fe45c9b9 | [log] [tgz] |
---|---|---|
author | Andrew Bonventre <andybons@golang.org> | Fri Oct 12 11:18:43 2018 -0400 |
committer | Andrew Bonventre <andybons@golang.org> | Fri Oct 19 19:33:55 2018 +0000 |
tree | 6021b85fb68ee3583112a623181ca2ef7e8fa8f1 | |
parent | 44b8c1d75caea04a0a1feba084b164b0f9fd49eb [diff] |
tour: make the tour deployable on App Engine again Move the main Go files into the same directory as the app.yaml file. This changes the command location to be at golang.org/x/tour instead of golang.org/x/tour/gotour. Add a placeholder command in gotour so that those who use the previous installation command will know to use the new one and it won't just seem like it has vanished. Also update the documentation to take into account that the tour is no longer distributed with releases as of golang.org/cl/131156 Fixes golang/go#28163 Change-Id: I60737f0cfaa93d12902a75fbc0924d96672a8c9b Reviewed-on: https://go-review.googlesource.com/c/141857 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
A Tour of Go is an introduction to the Go programming language.
To install the tour from source, first set up a workspace and then run:
$ go get golang.org/x/tour
This will place a tour
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