commit | eb9b2d835a38ce2950a79199305257e7c659e4de | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Tue Mar 12 13:03:24 2019 -0400 |
committer | Bryan C. Mills <bcmills@google.com> | Tue Mar 12 21:31:00 2019 +0000 |
tree | 802bc03e4b0b409b0ed35b85ebc8608afb9fba56 | |
parent | 45a20b0d69ef2b06d2edfd97210a0df9ffd7f829 [diff] |
all: add go.mod Commands run: go mod init go mod edit -go=1.11 go mod tidy go list -m all go test ./... Updates golang/go#30228 Change-Id: I3d7e4f59a98822691177973ec2d7a55a6216b78c Reviewed-on: https://go-review.googlesource.com/c/tour/+/167181 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
A Tour of Go is an introduction to the Go programming language. Visit https://tour.golang.org to start the tour.
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.
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.
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.
Unless otherwise noted, the go-tour source files are distributed under the BSD-style license found in the LICENSE file.