October 14, 2025 | 00:00

Go Context Logger

Go’s log/slog package can automatically print keys from the passed context using slog.InfoContext.
#TIL | #Go

July 3, 2021 | 00:00

go tool dist list

Shows how go tool dist list reveals every GOOS/GOARCH combo so you can cross-compile with confidence.

April 3, 2021 | 00:00

import "context"

Deep dive on Go’s context package covering cancellation, deadlines, and concrete HTTP, CLI, and concurrency patterns.
#TIL | #Go

July 21, 2020 | 00:00

Go Trace Shortcut

Captures a Go execution trace and shows that pressing ? in the web UI reveals every navigation shortcut.