Together with  Tiger Data logo

How I Use HTMX to Build Go Webapps — A practical walkthrough of using htmx (think AJAX-style updates driven by HTML attributes) with Go. Opinionated, super Go-specific, and honest about the tricky bits. A good starter on building server-rendered interfaces with incremental interactivity.

Alex Edwards

Compile-Time OpenTelemetry Instrumentation for Go — No more hand-written instrumentation or eBPF agents needed, as OpenTelemetry's compile-time instrumentation for Go is now stable. It uses -toolexec to inject telemetry automatically, but v1's library coverage has some limits worth noting.

Kemal Akkoyun (OpenTelemetry)

IN BRIEF:

Fyne 2.8: A Big Update for the Popular GUI Toolkit — The cross-platform GUI toolkit lands its biggest release in years, adding GPU-accelerated shapes, shadows and custom GLSL shaders, richer Markdown rendering, multi-monitor window APIs, and more.

Fyne Team

GoLand 2026.2 Released — The latest release of the commercial Go IDE now integrates with the go fix tool and introduces a new 'Go optimization' tool that brings profiling, escape analysis, and struct optimization into one place.

Artem Pronichev (JetBrains)

💡 The New Stack shares some more background on the project, pointing a finger at Anthropic and OpenAI for not yet supporting Go directly with their similar SDKs.

  • 🔒 Tinyauth 5.1 – Tiny authorization and authentication server. v5.1 marks it becoming officially OpenID Connect™ Certified and adds support for auth through Tailscale and deny-by-default access controls.

  • Echo 5.3 – The popular web framework adds support for the new HTTP QUERY method and adds a mechanism to automatically handle HEAD requests on GET endpoints.

  • THUNDERSNAP – A new library from Tailscale for replicating, forking, and sharing container snapshots. More here.

  • Tetra3D 0.18 – PS1/N64-inspired Ebitengine-based hybrid 3D renderer.

  • Gofeed 1.4 – A robust library for parsing RSS, Atom and JSON feeds.

Sum types, exhaustive pattern matching, Option — the type system Go lacks, compiled to plain Go. Every Go module works. gala.fyi.

📢  Elsewhere in the ecosystem