type: #tech
context package - context - Go Packages
https://go.dev/blog/context
Contextは基本的に生成を一度行い、同一Contextを引きづり回して利用する。
GoRoutineで利用しても安全な設計になっている