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

tour: 'go tool tour' doesn't work #170

Closed
zac-garby opened this issue Feb 17, 2017 · 3 comments
Closed

tour: 'go tool tour' doesn't work #170

zac-garby opened this issue Feb 17, 2017 · 3 comments

Comments

@zac-garby
Copy link

Context: https://tour.golang.org/welcome/3

In the tour, it tells me to run 'go tool tour', but when I do that, it says 'go tool: no such tool "tour"'. I'm assuming it used to exist and then it's been removed.

@lil-cain
Copy link

The issue here appears to be that tour isn't installed by default. You can install it by running go get golang.org/x/tour/gotour after installing golang

@robphoenix
Copy link
Contributor

This is a duplicate of #8

If you feel your issue is addressed there please consider closing this, thanks!

@zac-garby
Copy link
Author

Oh yeah, I didn't see that issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants