Let’s Add a Conditional Expression to Go — Not a proposal for a real Go feature, but an epic tour through the Go compiler, including the parser, type checker, IR, and the walk desugaring stage, showing what it takes to implement a new syntax feature. Few of us dig this deep, so it’s neat to see it come together.
Matvey Korinenko
watgo: A WebAssembly Toolkit for Go — A zero-dependency, pure Go toolkit for parsing WAT, validating it, and creating WASM binaries (and decode back, too). It comes as a CLI tool and Go library. A must-see for anyone working with WASM in Go. GitHub repo.
Eli Bendersky
IN BRIEF:
-
The TinyGo team says its next release, due next Tuesday, is a big one, with Go 1.26 support plus full Arduino UNO Q support.
-
The
/r/golangsubreddit does a weekly thread focusing on 'small projects' – Go-based projects people want to share that don't necessarily meet the usual quality bar for the sub. -
🎤 The Cup o' Go podcast interviewed Creed Haymond of Epic Games (Fortnite!) about Go's role in game infrastructure and how his team is migrating from Spring (Java) to Go.
-
Sky is an Elm-inspired functional language that compiles to Go.
Error Translation in Go Services — In layered services, storage errors like sql.ErrNoRows can easily leak into HTTP or gRPC handlers, coupling transport to storage. It’s better to define domain sentinels and translate twice: storage to domain in the repository, domain to wire format in the handler.
Redowan Delowar
gontainer: A Dependency Injection Container for Go — A small reflection-based DI container from NVIDIA with no dependencies or code generation. You register factory functions and let it wire up your services from their param types.
NVIDIA Corporation
-
🔓 piv-go 2.6 – Library for managing PIV keys and X.509 certs on YubiKeys.
-
go-huggingface 0.3.5 – Download files, models & tokenizers from HuggingFace.
-
GitHub MCP Server 1.0 – GitHub's official MCP/API server is written in Go.
-
GoMLX 0.27.3 – Full-featured, accelerated cross-platform ML framework.
-
🤖 yzma 1.12.0 – Integrate Go apps with
llama.cppfor local inference. -
forbidigo v2.3.1 – Go linter for forbidding specified identifiers in code.
-
go-git 5.18 – Extensible pure Go Git implementation library.
Skip the README archaeology. Flox delivers reproducible dev environments with no system pollution. One command, zero friction. Try it free.
Real-time search data for backend engineers who care about reliability and scale.
👀 A Go..od Way to Read Hacker News?























