๐Ÿ“‹slog WorkshopWORKSHOP
1
2
3
4

Step 1

Replace the `fmt.Println` debug prints with `slog.Info` calls. The starter code simulates a server startup sequence โ€” replace each `fmt.Println` with an equivalent `slog.Info` that carries the same information as key-value pairs.

โŒ˜ Enter (Mac) ยท Ctrl+Enter (Win/Linux)