Golang Weekly - A look back at Go's 2024

Plus a little look forward to 2025 too with Go 1.24. |

#​536 — December 17, 2024

Unsub  |  Web Version

🎄 A mixed bag this week as we cover a few news items but then get into a 2024 roundup of Go news and the most clicked items of the year, in case you missed them at the time.

We're taking a Christmas break for two weeks and will be back on January 8, 2025, so we hope you have a Merry Christmas and a Happy New Year!
__
Peter Cooper and the Cooperpress team

Together with  Ardan Labs

Go Weekly

Go 1.24 Release Candidate 1 Released — This announcement isn’t particularly exciting, but if you want to get ahead of what’s coming in February 2025 with the final Go 1.24 release, the holidays aren't a bad time to have a play. The draft Go 1.24 release notes go into more detail.

Carlos and Michael (Go Team)

💡 'Go 1.24 is Looking Seriously Awesome' gives a more blog-style rundown of some feature highlights.

Go Protobuf and the New Opaque API — The existing protobuf module is here to stay, but now we get an additional API that provides a more loosely coupled abstraction for working with protobufs without being tied to their underlying in-memory representations. The benefits? Memory efficiency, lazy decoding, and fewer opportunities for bugs.

Michael Stapelberg

Go Beyond Limits with Golang, Rust, Docker & K8s — Struggling with tech challenges? Ardan Labs offers unparalleled consulting in Go, Rust, Docker, and Kubernetes. Enhance your development speed, optimize your architecture, and manage tech debt. Propel your team to new heights with our expertise!

Ardan Labs Consulting sponsor

Benchmarking Different Go SQLite Drivers (Again) — An update of a benchmark we first linked a year ago. As with any benchmark results, maintain a critical eye here, but the author found significant differences between the now eight options (previously seven).

Christoph Vilsmeier

QUICK RELEASES:

  • GoReleaser v2.5 – The popular tool to build and distribute Go programs for multiple platforms now supports Rust and Zig too.

  • easyjson 0.8 – Marshal/unmarshal structs to/from JSON sans reflection.

  • Chi 5.2 – Composable router for Go HTTP services.

  • gopls v0.17 – Official Go language server.

🥇 Top Go Developments and Items of 2024

2024 was, as always, a good year for Go, but there were some highlights:

WorkOS: Sell to Enterprises with a Few Lines of Code — The modern identity platform for B2B SaaS, offering flexible, easy-to-use APIs to integrate SSO, SCIM, and FGA in minutes instead of months.

WorkOS sponsor

Next, what did you click on most this year? Let's find out!

1. Cogent Core: A New GUI Framework for Go — I was surprised this was by far the most clicked link as news tends to trump frameworks/libraries. Cogent is a “code once, run everywhere” GUI framework aiming to be simpler than Gio and more powerful than Fyne. Cogent’s site itself is built with the framework and compiled to WASM to run on the Web. It remains under active development.

Kai O'Reilly and Randy O'Reilly

2. What's Coming in Go 1.24 — A very recent post with a slide deck teasing what's coming in Go 1.24 early next year. It goes through language, tooling, and standard library changes and some of the more experimental parts. The video of this talk still remains to be released, sadly.

Daniel Martí

3. Interactive Release Notes for Go 1.23 — If you find traditional release notes hard going, this interactive alternative with inline executable code snippets might help you get a grip on 1.23, still the latest major version of Go. Anton also had a similar set of notes for Go 1.22.

Anton Zhiyanov

4. Rust vs Go in 2024? — A perennially popular post from yesteryear was tweaked for 2024 with a comparison of the ‘both awesome’ languages including what they’re both good at, their key differences, and some trade-offs to consider. More recently, however, John has asserted that Rust and Go are better off together than apart.

John Arundel

5. Learning Go in 2024; From Beginner to Senior — Matt brought together six years of bookmarks (and YouTube history) to point to something for everyone hoping to pick up some new Go skills in 2024.

Matt Boyle

6. Why People are 'Angry' Over Go 1.23 Iterators — ‘Angry’ is a little OTT, but there was much robust debate about Go’s proposed new iterator helpers earlier this year. The creator of the Odin language chimed in with his thoughts, opining that Go should stay unapologetically imperative.

Ginger Bill

7. Gomponents 1.0: HTML View Components in Pure Go — We first linked to this back in 2020, and it’s not only still going strong, it hit v1.0 this year. Now a stable, dependency-free HTML component library for your Go projects (there’s also an example app to look through).

Markus Wüstenberg

8. Go Performance from Version 1.0 to 1.22 — Two years ago we enjoyed the author’s Go performance analysis from Go 1.2 to 1.18. This was an update taking things from Go 1.0 through to 1.22 (the latest version back in April).

Ben Hoyt

📰 Classifieds

What has happened this year in the world of Authorization? Check out Authorization 2024 Year in Review.


Hookdeck: An alternative to Amazon API Gateway + Lambda + SQS. With local dev, debugging, and observability built-in.

Merry Christmas, if you celebrate. We'll see you again on Wednesday, January 8, 2025. (Yes, we're changing the day that Go Weekly lands in 2025 – we're moving to Wednesdays!)

n

Older messages

What's missing from Go's generics?

Tuesday, December 10, 2024

Plus Go 1.23.4 sounds nice, comparing templating approaches, and soft serve yourself a git server. | #​535 — December 10, 2024 Unsub | Web Version Together with Frontend Masters logo Go Weekly 🕒 Coming

Why Go slices throw up surprises

Tuesday, December 3, 2024

Plus a look forward to Go 1.24, and a Go-powered alternative to Google Analytics. | #​534 — December 3, 2024 Unsub | Web Version Together with Google Go Weekly The Draft Go 1.24 Release Notes — Last

What's coming in Go 1.24

Tuesday, November 26, 2024

Plus Brad Fitzpatrick on complexity and Go. | #​533 — November 26, 2024 Unsub | Web Version Together with Ardan Labs Go Weekly GoMLX: ML in Go without Python — Eli recently wrote about Go's

A Go-powered MIDI sequencer

Tuesday, November 19, 2024

Plus a big GoLand release, developing a terminal app with Bubble Tea, and reflecting on the history of Unix. | #​532 — November 19, 2024 Unsub | Web Version Together with Blacksmith Go Weekly Mailpit:

A very demure, very mindful issue

Tuesday, November 12, 2024

Plus a look at memory regions, Go's birthday, and we invent a brand new word. | #​531 — November 12, 2024 Unsub | Web Version Together with Frontend Masters logo Go Weekly Happy Birthday, Go! Go

You Might Also Like

Weekend Reading — Happy "That's a January Problem" week

Saturday, December 21, 2024

Can Christmas season start a little earlier this year Tech Stuff Ramsey Nasser fuck it happened i am in a situation where i do actually need to reverse a linked list Atuin I just learned about Atuin

Daily Coding Problem: Problem #1644 [Easy]

Saturday, December 21, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by IBM. Given an integer, find the next permutation of it in absolute order. For example,

🐧 Whatever Happened to Unix Workstations? — My Incredibly Cheap Alternative to a Soundbar

Saturday, December 21, 2024

Also: Here's Why More Games Need Expanded Difficulty Settings How-To Geek Logo December 21, 2024 Did You Know Lake Wendouree, an artificially created and maintained shallow urban lake in Australia,

Supercharge Your Knowledge Capture Workflow with the Obsidian Web Clipper

Saturday, December 21, 2024

Stop juggling multiple tools and supercharge your knowledge capture workflow with Obsidian's powerful Web Clipper browser extension Sébastien Dubois DeveloPassion's Newsletter Supercharge Your

Charted | The World's Most Valuable Automakers 🚙

Saturday, December 21, 2024

Tesla shares reached a record high, setting a new valuation milestone. This graphic highlights the world's most valuable automakers by market cap. View Online | Subscribe | Download Our App

Next Holiday Season, Ignore Everyone Except One Customer

Saturday, December 21, 2024

Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, December 21, 2024? The

🐍 New Python tutorials on Real Python

Saturday, December 21, 2024

Hey there, There's always something going on over at Real Python as far as Python tutorials go. Here's what you may have missed this past week: 🎓 Master Python's Core Principles (New Live

Post from Syncfusion Blogs on 12/21/2024

Saturday, December 21, 2024

New blogs from Syncfusion ASP.NET MVC Suite Update: Aligning with .NET Changes By Rajendran R Discover key updates in our ASP.NET MVC suite, aligning with Microsoft's latest .NET changes for

LockBit Ransomware Developer Charged for Billions in Global Damages

Saturday, December 21, 2024

THN Daily Updates Newsletter cover The Data Science Handbook, 2nd Edition ($60.00 Value) FREE for a Limited Time Practical, accessible guide to becoming a data scientist, updated to include the latest

Re: My VPN recommendation

Saturday, December 21, 2024

Do you know when to use a VPN and what it does to protect your data? Any time you are connected to the internet, your information is at risk of being tracked or hacked. A VPN helps keep your surfing