You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: