Tag
Tag:golang
All the articles with the tag "golang".
Feb 28, 2026 · 3 min readgo
Go 1.26: Stack vs Heap Allocation — Faster Code Without Changing a Line
Go 1.26 ships with compiler optimizations that move more slice allocations from the heap to the stack. Your existing code gets faster without a refactor.
Continue reading →Jan 22, 2017 · 14 min readGo
Lightning Intro To Go
Lightning Intro To Go
Continue reading →