We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Context: https://go-tour-jp.appspot.com/welcome/3
ローカルで Go Tour を実行するためには、はじめに、 Goのダウンロードとインストール し、コマンドラインで以下のように実行します: go tool tour 上記のコマンドの実行に問題がある場合は手動でこのツアーをインストールして実行できます: go get github.com/atotto/go-tour-jp/gotour gotour
ローカルで Go Tour を実行するためには、はじめに、 Goのダウンロードとインストール し、コマンドラインで以下のように実行します:
go tool tour
上記のコマンドの実行に問題がある場合は手動でこのツアーをインストールして実行できます:
go get github.com/atotto/go-tour-jp/gotour gotour
I tried go get command but it fails. I'd like to try Go Tour on my computer in Japanese so I'm happy if it successes.
go get
$ go get github.com/atotto/go-tour-jp/gotour go get: github.com/atotto/[email protected] requires golang.org/x/[email protected]: invalid version: unknown revision 000000000000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context: https://go-tour-jp.appspot.com/welcome/3
I tried
go get
command but it fails. I'd like to try Go Tour on my computer in Japanese so I'm happy if it successes.The text was updated successfully, but these errors were encountered: