Go Context

Use when working with context.Context in Go — placement in signatures, propagating cancellation and deadlines, and storing values in context vs parameters. Also use when cancelling long-running operations, setting timeouts, or passing request-scoped data, even if they don't mention context.Context directly. Does not cover goroutine lifecycle or sync primitives (see go-concurrency).

aneviaro 13a049c 2 files · 9.9 KB Updated

File contents

aneviaro/pipack/tree/main/agent/skills/go-context commit 13a049c4a6

Frequently asked questions

npx skillmds@latest add aneviaro/go-context