This is the best product review I’ve read: samhenri.gold/blog/2026031...
It doesn’t matter if you’re interested in the MacBook Neo or not; this is the kind of essay that makes you think about the potential of technology and the joys of exploration.
How Go 1.26's source-level inliner works, and how it can help you with self-service API migrations.
I've just released a new version of the "sh" #golang module, including initial Zsh support in shfmt, as well as many improvements and fixes to the parser and interpreter 🎉
A Fast Immutable Map in Go https://lemire.me/blog/2026/03/29/a-fast-immutable-map-in-go/
Could Go be a better C? I think so!
Meet Solod — a strict subset of Go that translates to C, without hidden memory allocations and with source-level interop.
antonz.org/solod
Alan Donovan
Got an idea buzzing in that brilliant gopher brain of yours? 🧠
Don’t keep it in the lab; share it with the #golang community! 🧪
#GopherCon Call for Speakers closes March 4th.
Submit your proposal ➡️ sessionize.com/gophercon-20...
#RoadToGopherCon
A great example of how the Google #golang team put thousands of lines of ultra-technical code in service of an incredibly easy-to-use and useful tool. If you ever deprecate code, you really should know about the go:inline directive!
A subset of Go that transpiles to regular C, with zero runtime.
I've spent the past couple months hand crafting a new B-tree map implementation for Go. It's fast. Faster than Rust's BTreeMap. Faster than the fastest C++ (frozenca/btree). And about 2x faster than my current Go btree (tidwall/btree).
Finally! No more "dirty" #golang builds because you have untracked files laying around which don't affect the build at all :)
Find out how the source-level inliner in Go 1.26 can help you with API migrations.
go.dev/blog/inliner
Anton Zhiyanov
Alan Donovan
How Go 1.26's source-level inliner works, and how it can help you with self-service API migrations.
This release introduces support for Zsh in the parser and formatter, which was tracked in issue #120 alongside the label
zsh
. While support is not complete, it should be far enough for many u...