GitHub Actionsで定期的なプロジェクト課題を自動化する
久しぶりにツールを作ったのでメモ。
Building a GitHub Action for Recurring Project Items
Quick notes on building an automation tool.
Managing execution order in Go concurrent programming
Problems discussed in this article Concurrent Go programming with goroutine, especially about:
execution order data race