$ go install golang.org/dl/go1.26.3@latest
$ go1.26.3 download抽選会では本番においてもtestdata/practice.csvを使ってデモンストレーションを行う。
$ cat testdata/practice.csv | go1.26.3 run ./cmd/lottery | tee practice-result.txt抽選会までにapplicants.csvに参加企業とスポンサープランの一覧を出力しておく。
CSVの内容は以下のように、社名、プランが含まれています。
company,plan
株式会社Gopher1,free
株式会社Gopher2,platinum
株式会社Gopher3,gold
$ cat applicants.csv | go1.26.3 run ./cmd/lottery | tee result.txt