leeyspaul
changed the title
x/tour: Local version is different form the production version
x/tour: Local version is different from the production version
Mar 24, 2021
This is done on purpose. The parts of the content prefixed with #appengine: are only displayed when the tour is deployed, and they're not rendered in the local version.
There's https://github.com/golang/tour, and AFAIK that's it. Keep in mind that only a few people in the Go team @ Google can deploy the tour. You can still send changes as described in the README of course.
What version of Go are you using (
go version
)?go version go1.15.6 darwin/amd64
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?darwin, amd64
go env
OutputWhat did you do?
Run
go run golang.org/x/tour
to run the tour locally.What did you expect to see?
The same version as it exists in production locally.
What did you see instead?
A different version with different pages.
Local

Production

The text was updated successfully, but these errors were encountered: