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 does not work #116

Closed
stefanwalther opened this issue Nov 23, 2016 · 7 comments
Closed

tour: go tool tour does not work #116

stefanwalther opened this issue Nov 23, 2016 · 7 comments

Comments

@stefanwalther
Copy link

stefanwalther commented Nov 23, 2016

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

Tool go tool tour does not work as expected, just get go tool: no such tool "tour".
(Using go1.6 darwin/amd64 on OSX)

Solution, just needs to be installed (as described here: https://github.com/golang/tour), but that should be mentioned in the tutorial.

@cgorshing
Copy link

cgorshing commented Feb 7, 2017

Duplicated issues at: #160 and #153

Thanks for posting about the solution.

@alebaffa
Copy link
Contributor

alebaffa commented Apr 4, 2017

go tool tour is now available in go1.8. This issue can be closed.

@odedpriva
Copy link

same issue

➜  pebble git:(master) ✗ go version
go version go1.8.1 darwin/amd64
➜  pebble git:(master) ✗ go tool tour
go tool: no such tool "tour"

any idea ?

@alebaffa
Copy link
Contributor

go1.8.1 windows/amd64 is fine. So, maybe it's a problem with the OSX installation.

@InfiniteDevelopment
Copy link

tour is not installed by default with an installation of go. You need to go get it:

go get golang.org/x/tour/gotour

Docs: https://github.com/golang/tour/

@robphoenix
Copy link
Contributor

duplicate of #8

@stefanwalther If you feel this issue is addressed there please considered closing it, thanks!

@ALTree
Copy link
Member

ALTree commented Jun 28, 2018

Closing as a dup of #8

@ALTree ALTree closed this as completed Jun 28, 2018
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

7 participants