なにこれ? golang使ってるとよく出会うことになるであろう、context.Contextの使い方と contextのgodocの自分的な和訳。 よく登場する割にあまり使わないので忘れがちなので、大雑把に調べ上げたものを載せとく。 (2回忘れたので観念した contextとは blog.golang.org/contextの 紹介が一番わかりいいかなぁという気もするのでそのまま使います。 In Go servers, each incoming request is handled in its own goroutine. Request handlers often start additional goroutines to access backends such as databases and RPC services. The set of goroutines work