-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.help wanted
Milestone
Description
There seem to be two issues with the instructions for how to run the Go tour offline here.
First, on my Fedora system, even though I have installed Go 1.10.1 from binary rpms, running go tool tour
doesn't work (perhaps this requires installing a distinct Fedora package that is not mentioned):
$ go tool tour
go tool: no such tool "tour"
$
The second issue is that, before trying to run these commands:
$ go get golang.org/x/tour/gotour
$ gotour
the reader should be reminded to add ${GOPATH}/bin
to their search path.
nhooyr, PanJarda, RJNY, francamps, ibarraespinosa and 5 more
Metadata
Metadata
Assignees
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.help wanted