🖊️ I'm going to Google I/O next week, so Go Weekly will be taking a break and will return on May 28. If you happen to be at I/O too, say hi if you see an Englishman rambling on about newsletters. I'm intrigued to see if Go gets any presence there. __ Your editor, Peter Cooper |
Ian Lance Taylor Has Left Google — One of the most active contributors to Go (and the initial creator of the Go frontend for GCC) has left Google and, in turn, the Go project, though he hopes to return as a contributor one day. As a commenter on the related Hacker News thread (which is packed with all sorts of conjecture) said: “It’s hard to overstate the amount of service Ian provided to the Go community”
Ian Lance Taylor
|
New Experimental 'Green Tea' Garbage Collector — A proposal outlining a new span-based, “memory-aware” GC algorithm focused on small objects that improves spatial and temporal locality on modern multi-CPU systems by better exploiting memory topologies and cache hierarchies. Benchmarks are mixed, but it’s early days. You can try it out today with gotip and it’s slated to be an opt-in experiment in Go 1.25.
Knyszek and Clements
|
Complete Go for Professional Developers — Craft production-grade APIs with Go, the language trusted by tech giants! Connect to Postgres, implement auth, and write tests that matter. Taught by a Twitch ML engineer who solves real problems with Go daily.
Frontend Masters sponsor
|
Which Go Router Should I Use? — Alex looks at some popular routing options, citing the pros and cons of each and wrapping it up with a nice decision flowchart and a list of other routing options. We’ve linked to this before but he’s updated it for 2025.
Alex Edwards
|
Fx 36.0: A Command-Line JSON Processing Tool — If you’ve got some files full of JSON that you want to slice and dice, Fx is for you. Notably, v36 adds support for streaming JSON and tailing such streams, it’s also much faster and less memory hungry when parsing the largest of JSON files. A solid update for a very handy tool.
Anton Medvedev
|
As much as we enjoy making this newsletter, we also publish a handful of others you might not know about. You can see the latest issues of them all directly on their homepages:
💎 Ruby Weekly was our first ever newsletter, and it's still going strong 749 issues later! Unsurprisingly it's for Ruby and Rails enthusiasts.
💛 JavaScript Weekly covers all things JavaScript, but also the JS ecosystem more broadly, including TypeScript, WebAssembly, Vue.js, build tools, and Svelte.
⚛️ Just round the corner from JS is React Status covering, unsurprisingly, the React world and Node Weekly which goes deeper into Node.js, the npm ecosystem, and other server-side JS runtimes like Deno and Bun.
👩💻 Frontend Focus covers everything that appears browser-side! CSS, HTML, accessibility, WebGPU, browser updates – it's all in there.
🐘 Last, but not least, Postgres Weekly rounds out the family. It's the smallest newsletter, but always packed with great stuff as the Postgres ecosystem punches above its weight in terms of news and interesting releases.
__ Peter Cooper, your editor
|
|