Range-over-channel goroutine leak revives the structured concurrency wish

The discussion to read is a developer owning up to the classic range-over-channel goroutine leak while building a cron scheduler, and using it as a case for structured concurrency in Go. It is a well-trodden bug (Uber's concurrency guide flags it) but the post is a clean retelling of why the language still leaves this trap open. On the proposal track, there is a pitch to standardize "Deprecated:" comment tags in go/ast, pulling an existing tooling convention into something the compiler toolchain agrees on. Elsewhere, a write-up on socket-activating a Go HTTP service via systemd is a nice reminder that the boring Linux primitives still pair well with a single static binary.