Intent-Code Divergence
Medium
- Confidence
- 86% confidence
- Finding
- The example contradicts its own guidance by spawning a fire-and-forget goroutine that is neither tracked nor coordinated with shutdown. In a production-engineering skill, this can normalize unsafe concurrency patterns that lead to dropped work, leaked goroutines, or background actions continuing after request/server teardown.
