Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tour: Local version is different from the production version #45196

Closed
leeyspaul opened this issue Mar 24, 2021 · 3 comments
Closed

x/tour: Local version is different from the production version #45196

leeyspaul opened this issue Mar 24, 2021 · 3 comments

Comments

@leeyspaul
Copy link

What version of Go are you using (go version)?

go version go1.15.6 darwin/amd64

$ go version

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

darwin, amd64

go env Output
$ go env

What 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
Screen Shot 2021-03-23 at 18 16 26

Production
Screen Shot 2021-03-23 at 18 16 13

@gopherbot gopherbot added this to the Unreleased milestone Mar 24, 2021
@leeyspaul 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
@ALTree
Copy link
Member

ALTree commented 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.

@ALTree ALTree closed this as completed Mar 24, 2021
@leeyspaul
Copy link
Author

Thanks for the clarification! Is there a development workflow outlined anywhere? I was hoping to contribute to the content/tour!

@ALTree
Copy link
Member

ALTree commented Mar 24, 2021

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.

@golang golang locked and limited conversation to collaborators Mar 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants