docs(telemetry): fix fictional launcher.Register/health.Register in doc examples #2

Merged
Rene Nochebuena merged 1 commits from fix/wiring-docs into main 2026-08-07 22:18:06 -06:00
Showing only changes of commit 65c91552a3 - Show all commits
+2 -2
View File
@@ -31,8 +31,8 @@
// }
// defer shutdown(ctx)
//
// // Wire into the launcher so shutdown runs before process exit:
// // launcher.BeforeStop(func() error { return shutdown(ctx) })
// // Place the defer before lc.Run() so shutdown fires after the launcher
// // stops, before the process exits.
// }
//
// # Local Development: console mode