The Draft Go 1.25 Release Notes — We’re still about four months away from the final Go 1.25 release (expected in August) but, as always, the release notes are being worked on in advance and already provide a useful glimpse into what’s coming.
The Go Team
|
Using Differential Coverage for Debugging — Russ shows how to generate and diff coverage profiles from passing and failing tests to spotlight code unique to the failure. It’s not foolproof, but it can dramatically narrow your debugging search space.
Russ Cox
|
IN BRIEF:
-
👀 Ron Evans, of TinyGo and GoCV fame, has a new project: wasmVision. A new computer vision processing engine (built in Go, naturally) that can be customized and extended with WebAssembly.
-
🤖 gpt-go is an attempt at building a simple GPT-style implementation in Go, trained on Jules Verne books. Don't expect GPT-4 levels of conversation here, but a cool experiment.
|
This 150-Line Go Program is a Full-On Load Balancer — A code-heavy walkthrough of a round-robin load balancer built solely with the standard library. It’s not production-ready, but the author offers some recommendations for moving in that direction.
Rez Moss
|
Using the SIGHUP Signal for Configuration Reloads — The OS can send various ‘signals’ to your Go apps and SIGHUP (“signal hangup”) is one of the more interesting ones. Phuong explains its history, what it’s often used for today, and how to catch and handle it.
Phuong Le
|
Firebase Brings Its Genkit AI Framework to Go — Genkit is a framework for building AI-powered apps from Google’s Firebase team, though it can be used independently of Google’s APIs. Originally for Node.js, it’s now in beta for Go too.
Gill and Friese (Firebase)
|
-
GoReleaser v2.9 – Originally for Go only, this Go-powered release generation tool has expanded into Rust, TypeScript, Zig and Python recently.
-
Anubis 1.17 – Provides a proof-of-work challenge to 'weigh the soul' of incoming HTTP requests in an attempt to stop/slow down AI crawlers.
-
Hugo 0.147.0 – The popular Go-powered static site generator shows no sign of slowing down.
-
Pion WebRTC v4.1.0 – A pure Go implementation of the WebRTC API. Now with complete AV1 support.
-
Micro 5.3 – Go distributed system abstractions / platform.
-
Caire 1.5 – Content aware image resizing library/tool.
-
Goyave 5.6 – Enterprise REST API framework.
|
aerc: A Go-Powered Terminal-Based Email Client — Mix a little Pine with a little Vim and tmux and you get this Go-powered email client that supports HTML emails, PGP signing, IMAP/Maildir/SMTP and so on.
Robin Jarry / Drew DeVault
|
|
https://golangweekly.com/issues/552