[mirror] A Tour of Go
Перейти к файлу
Wenzel Lowe ce817cb3e1
Update Spanish Tour link
Currently, go-tour-es.appspot.com is a 404, but the correct link for Spanish tutorial can be seen at gotour-es.appspot.com.
2019-01-22 14:45:26 -08:00
content Update Spanish Tour link 2019-01-22 14:45:26 -08:00
gotour tour: make the tour deployable on App Engine again 2018-10-19 19:33:55 +00:00
pic all: add import comments 2015-03-09 02:04:06 +00:00
reader Revert "reader: move error check in validate" 2015-10-20 21:21:01 +00:00
solutions all: Replace URL of golang.org with using HTTPS 2018-01-26 02:04:58 +00:00
static tour: update to new favicon.ico 2018-11-07 18:15:31 +00:00
template tour: update index template favicon url 2016-10-12 02:08:01 +00:00
tools tour: map old urls to new ones where possible 2015-07-28 15:40:58 +00:00
tree all: add import comments 2015-03-09 02:04:06 +00:00
wc all: add import comments 2015-03-09 02:04:06 +00:00
.gitignore convert .hgignore to .gitignore. 2015-02-10 04:01:38 +00:00
AUTHORS all: Replace URL of golang.org with using HTTPS 2018-01-26 02:04:58 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:24 +00:00
CONTRIBUTORS all: Replace URL of golang.org with using HTTPS 2018-01-26 02:04:58 +00:00
LICENSE go-tour: add .hgignore, and use "The Go Authors" in LICENSE 2012-08-08 10:19:30 +10:00
README.md tour: update README to more closely match the blog 2018-11-09 18:51:21 +00:00
TODO go-tour: adding items to TODO 2014-08-07 15:36:58 -07:00
TRANSLATE tour: update commits feed link in the TRANSLATE document 2018-07-09 15:44:55 +00:00
app.yaml tour: make the tour deployable on App Engine again 2018-10-19 19:33:55 +00:00
appengine.go tour: make the tour deployable on App Engine again 2018-10-19 19:33:55 +00:00
codereview.cfg tour: add codereview.cfg 2015-03-18 17:04:19 +00:00
fmt.go tour: make the tour deployable on App Engine again 2018-10-19 19:33:55 +00:00
local.go tour: make the tour deployable on App Engine again 2018-10-19 19:33:55 +00:00
tour.go tour: make the tour deployable on App Engine again 2018-10-19 19:33:55 +00:00

README.md

Go Tour

A Tour of Go is an introduction to the Go programming language. Visit https://tour.golang.org to start the tour.

Download/Install

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, which can be run offline.

Contributing

Contributions should follow the same procedure as for the Go project: https://golang.org/doc/contribute.html

To run the tour server locally:

dev_appserver.py app.yaml

and then visit http://localhost:8080/ in your browser.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the tour is located at https://github.com/golang/go/issues. Prefix your issue with "tour:" in the subject line, so it is easy to find.

License

Unless otherwise noted, the go-tour source files are distributed under the BSD-style license found in the LICENSE file.