Go Context

Use when designing, propagating, or debugging context.Context flow in Go — first-parameter placement, deadlines and cancellation, request-scoped values, WithoutCancel for fire-and-forget work, and key-collision-safe value patterns. Apply proactively whenever a function takes ctx, spawns work, or accepts request-scoped data, even if the user has not asked about context.

muratmirgun d6b44f1 6.1 KB Updated

File contents

muratmirgun/gophers/tree/main/.claude-plugin/skills/go-context commit d6b44f1edb

Frequently asked questions

npx skillmds@latest add muratmirgun/go-context-2