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
Je opravdu smutné, když začátečník, který se má učit první kroky, si musí projít toto:
tumbleweed-pkg/tmp$ go tool tour
go: no such tool "tour"
tumbleweed-pkg/tmp$ go get golang.org/x/tour/gotour
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
tumbleweed-pkg/tmp$ go install golang.org/x/tour/gotour
go: 'go install' requires a version when current directory is not in a module
Try 'go install golang.org/x/tour/gotour@latest' to install the latest version
tumbleweed-pkg/tmp$ go install golang.org/x/tour/gotour@latest
go: golang.org/x/tour/gotour@latest: module golang.org/x/tour@latest found (v0.1.0), but does not contain package golang.org/x/tour/gotour
tumbleweed-pkg/tmp$
a teprve, když přepne do anglického originálu se dozví, že správný příkaz je
tumbleweed-pkg/tmp$ go install golang.org/x/website/tour@latest
The text was updated successfully, but these errors were encountered:
Kontext: https://go-tour-cz.appspot.com/welcome/1
Je opravdu smutné, když začátečník, který se má učit první kroky, si musí projít toto:
a teprve, když přepne do anglického originálu se dozví, že správný příkaz je
The text was updated successfully, but these errors were encountered: