go version期待される出力例:
go version go1.25.5 darwin/arm64
確認ポイント:
-
go versionが表示される - バージョンが1.25.0以降である
問題がある場合:
- Go公式サイトからインストール
git clone https://github.com/nnnkkk7/go-concurrency-workshop.git
cd go-concurrency-workshop確認ポイント:
- クローンが成功した
- ディレクトリに移動できた
make gen期待される出力例:
Cleaned up 200 existing log file(s)
Generating log files...
Done! Generated 200 files (1645.1MB total) in 25.386s
確認ポイント:
- エラーなく完了した
ls logs/*.json | wc -l期待される出力:
200
確認ポイント:
- 200ファイルが存在する