-
Notifications
You must be signed in to change notification settings - Fork 522
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: no such tool "tour" #293
Comments
Just realize there are bunch of related issues have been reported:
I also tried it on my Ubuntu 16.04, and installed by recommended approach $ sudo snap install --classic go
go 1.9 from 'mwhudson' installed
$ go version
go version go1.9 linux/amd64
$ go tool tour
go tool: no such tool "tour" It still not work by default. |
Submitted a PR for adding instructions of manually install and run the |
Thanks @twang2218 for this contribution. It's going to help a lot of people! |
If you are running a linux distro(in my case archlinux), be sure to add the go bin i.e. |
Fix: golang/tour#293 and many other related issues. Change-Id: I6a8cd83e660c04a87256d94114f9f37a05c765f2 Reviewed-on: https://go-review.googlesource.com/61510 Reviewed-by: Steve Francia <spf@golang.org> X-Tour-Commit: 6fbb01103dd85e9e73b6b585fcc453501c6f952a
Fix: golang/tour#293 and many other related issues. Change-Id: I6a8cd83e660c04a87256d94114f9f37a05c765f2 Reviewed-on: https://go-review.googlesource.com/61510 Reviewed-by: Steve Francia <spf@golang.org> X-Tour-Commit: 6fbb01103dd85e9e73b6b585fcc453501c6f952a
Fix: golang/tour#293 and many other related issues. Change-Id: I6a8cd83e660c04a87256d94114f9f37a05c765f2 Reviewed-on: https://go-review.googlesource.com/61510 Reviewed-by: Steve Francia <spf@golang.org>
Context: https://tour.golang.org/welcome/3
I tried to run the go tour on my local, however, the command in the tour is not working by default:
$ go tool tour go tool: no such tool "tour"
There is no
tour
in thego tool
After I manually go get the package:
Then, I still not be able run
go tool tour
, however, I can rungotour
directly.I installed go by
brew install go
.Here is my
go env
:Is there any update should be made?
The text was updated successfully, but these errors were encountered: