Back to CONTEXT.md
Coding & Development
CONTEXT.md · 3 documents
CONTEXT.md
context
Teaches Go's context package for cancellation, timeout, value passing, and goroutine lifecycle management with runnable examples.
ai
0
1
komavideoCONTEXT.md
GoFast CLI (`gof`) Context
Documents the architecture, commands, test strategy, and marker system for a Go code generation CLI that scaffolds full-stack applications.
aiagentllm
0
3
gofast-liveCONTEXT.md
Context
Teaches how to use Go's context package to cancel long-running processes when a request is cancelled, with TDD.
ai
0
1
MiryangJung