4056b246ea
Change-Id: I0754d18f4c3c3d5dfa0c34b4bc154a35ac20b917 Reviewed-on: https://go-review.googlesource.com/c/website/+/411794 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> |
||
---|---|---|
.. | ||
tools | ||
.gcloudignore | ||
README.md | ||
TODO | ||
TRANSLATE | ||
main.go |
README.md
Go Tour
A Tour of Go is an introduction to the Go programming language. Visit https://go.dev/tour/ to start the tour.
Download/Install
To install the tour from source, first install Go and then run:
go install golang.org/x/website/tour@latest
This will place a tour
binary in your
GOPATH's bin
directory.
The tour program can be run offline.
Send Patches
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
To run the tour server locally:
go run .
Your browser should now open. If not, please visit http://localhost:3999/.
Report Issues
The issue tracker for the tour's code is located at https://github.com/golang/go/issues. Prefix your issue with "x/website/tour:" in the subject line, so it is easy to find.
Issues with the tour's content itself should be reported in the issue tracker at https://github.com/golang/tour/issues.
Deploying
Each time a CL is reviewed and submitted, the tour is automatically deployed to App Engine as part of the main go.dev web site. See ../cmd/golangorg/README.md for details.
License
Unless otherwise noted, the go-tour source files are distributed under the BSD-style license found in the LICENSE file.