Golang
Go 1.26.2 Released: Security Fixes, Regression Patches, and an Upgrade Playbook
A beginner-friendly and technical deep dive into Go 1.26.2: what changed, why it matters, and how to upgrade safely in production.
·6 min read
Blog
Articles, deep dives, and write-ups related to "Go".
A beginner-friendly and technical deep dive into Go 1.26.2: what changed, why it matters, and how to upgrade safely in production.

How Go struct field ordering affects memory usage through alignment and padding, with concrete benchmarks showing the difference across millions of allocations and practical tools to detect wasted space.