Skip to content

Commit 241d473

Browse files
committed
tour: delete the web pages
“A Tour of Go” moved to golang.org/x/website in CL 322790. The supporting packages stay. We may also use this repo for some other tours in the future. Change-Id: Icb60bb9c1e4fe2e9b532108e3aefab24715c7c91 Reviewed-on: https://go-review.googlesource.com/c/tour/+/324309 Trust: Russ Cox <[email protected]> Run-TryBot: Russ Cox <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 3891a3e commit 241d473

File tree

154 files changed

+5
-17390
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+5
-17390
lines changed

.gcloudignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ When [filing an issue](https://golang.org/issue/new), make sure to answer these
1717
General questions should go to the [golang-nuts mailing list](https://groups.google.com/group/golang-nuts) instead of the issue tracker.
1818
The gophers there will answer or ask you to file an issue if you've tripped over a bug.
1919

20-
## Verifying changes during development
21-
22-
In order to verify changes to the slides or code examples while developing
23-
locally compile with your local toolchain:
24-
25-
$ go run golang.org/x/tour
26-
2720
## Contributing code
2821

2922
Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html)

README.md

Lines changed: 4 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,7 @@
11
# Go Tour
22

3-
[![Go Reference](https://pkg.go.dev/badge/golang.org/x/tour.svg)](https://pkg.go.dev/golang.org/x/tour)
3+
The actual web pages for
4+
“A Tour of Go” moved to [golang.org/x/website](https://golang.org/x/website).
45

5-
A Tour of Go is an introduction to the Go programming language. Visit
6-
https://tour.golang.org to start the tour.
7-
8-
## Download/Install
9-
10-
To install the tour from source, first
11-
[install Go](https://golang.org/doc/install) and then run:
12-
13-
$ go get golang.org/x/tour
14-
15-
This will place a `tour` binary in your
16-
[workspace](https://golang.org/doc/code.html#Workspaces)'s `bin` directory.
17-
The tour program can be run offline.
18-
19-
## Contributing
20-
21-
Contributions should follow the same procedure as for the Go project:
22-
https://golang.org/doc/contribute.html
23-
24-
To run the tour server locally:
25-
26-
```sh
27-
go run .
28-
```
29-
30-
Your browser should now open. If not, please visit [http://localhost:3999/](http://localhost:3999).
31-
32-
33-
## Report Issues / Send Patches
34-
35-
This repository uses Gerrit for code changes. To learn how to submit changes to
36-
this repository, see https://golang.org/doc/contribute.html.
37-
38-
The issue tracker for the tour's code is located at https://github.com/golang/go/issues.
39-
Prefix your issue with "x/tour:" in the subject line, so it is easy to find.
40-
41-
Issues with the tour's content itself should be reported in the issue tracker
42-
at https://github.com/golang/tour/issues.
43-
44-
## Deploying
45-
46-
1. To deploy tour.golang.org, run:
47-
48-
```
49-
GO111MODULE=on gcloud --project=golang-org app deploy --no-promote app.yaml
50-
```
51-
52-
This will create a new version, which can be viewed within the
53-
[golang-org GCP project](https://console.cloud.google.com/appengine/versions?project=golang-org&serviceId=tour).
54-
55-
2. Check that the deployed version looks OK (click the version link in GCP).
56-
57-
3. If all is well, click "Migrate Traffic" to move 100% of the tour.golang.org
58-
traffic to the new version.
59-
60-
4. You're done.
61-
62-
## License
63-
64-
Unless otherwise noted, the go-tour source files are distributed
65-
under the BSD-style license found in the LICENSE file.
6+
This repo still holds the supporting packages like
7+
[golang.org/x/tour/pic](https://golang.org/x/tour/pic).

TODO

Lines changed: 0 additions & 104 deletions
This file was deleted.

TRANSLATE

Lines changed: 0 additions & 33 deletions
This file was deleted.

app.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

appengine.go

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)