October 14, 2025 | 00:00
Go’s log/slog package can automatically print keys from the passed context using slog.InfoContext.
July 3, 2021 | 00:00
Shows how go tool dist list reveals every GOOS/GOARCH combo so you can cross-compile with confidence.
May 28, 2021 | 00:00
Reference tour of Go benchmarks, pprof, tracing, flame graphs, and comparison workflows using a demo repo.
April 3, 2021 | 00:00
Deep dive on Go’s context package covering cancellation, deadlines, and concrete HTTP, CLI, and concurrency patterns.
July 21, 2020 | 00:00
Captures a Go execution trace and shows that pressing ? in the web UI reveals every navigation shortcut.