[x/tour] tour: update to the App Engine Go 1.14 runtime

Reference:

•	https://cloud.google.com/appengine/docs/standard/go/runtime

Change-Id: I46b87098ed04c9c5d9f84193c9d72f9d30a59233
Reviewed-on: https://go-review.googlesource.com/c/tour/+/266818
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
X-Tour-Commit: 4bb7d986198daef2a80e976e7a3576204332e0ba
1 file changed
tree: 3bd235f66187e38d15be5d0ad215d3037ea22bee
  1. tour/
  2. AUTHORS
  3. CONTRIBUTING.md
  4. CONTRIBUTORS
  5. LICENSE
  6. PATENTS
  7. README.md
README.md

Go Website

This repository holds the Go Website server code and content.

Download/Install

The easiest way to install is to run go get -u golang.org/x/website. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website.

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 time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.