#594 — March 20, 2026 |
|
Go Weekly |
|
|
templUI: Customizable UI Components for Go and templ — templ is essentially Go’s answer to JSX. Rather than writing Axel Adrian / Adrian Hesketh |
💡 Using the Go + htmx + templ stack for building Go-backed webapps isn't a new idea (the so-called GoTH stack) but templUI adds an incredibly useful shadcn-like component library to the mix. |
One Database Is Simpler Than Two. That's the Point — Adding a second database means pipelines, sync lag, and drift. TimescaleDB extends Postgres with hypertables, 95% compression, and continuous aggregates. Run analytics on live data without splitting your architecture. Start building for free. Tiger Data (creators of TimescaleDB) sponsor |
|
Package Recommendations for Production Server Development — An experienced Go developer’s curated roundup of the most useful third-party packages for server-side Go development, covering everything from testing and logging to caching, ORMs, and Kafka clients. Winter Jung |
🇰🇷 The article above is also available in its original Korean version. |
|
📊 Go Perf Numbers You Can Trace Back to Something — The Go Optimization Guide has been updated with benchmarks backing up its advice (e.g. the memory preallocation page). There’s also now a suite of ‘Go Version Performance Tracking’ benchmarks that show how performance differs between Go 1.24, 1.25, and 1.26 on different platforms. Alexander Stavonin |
|
⚠️ gRPC-Go has an authorization bypass vulnerability. gRPC-Go users are encouraged to upgrade to v1.79.3 ASAP. 📄 In Praise of the 📄 How to Profile a Go App: The Complete 📄 I Think Dependency Cooldowns Would Be a Good Idea for Go Chris Siebenmann 📺 Developing a 2FA Desktop Client in Go with Wails Package Main |
🛠 Code & Tools |
|
|
color 1.19.0: A Color Text Output Package — It’s been over a decade since we first featured this library, now essentially the de facto choice for emitting colorized output, but as it’s a quiet week, why not celebrate Fatih’s tireless work keeping it up to date? v1.19.0 is a small bugfix and dependency update release. Fatih Arslan |
|
Build Reliable Systems with Go at Replay 2026 — Learn proven reliability patterns at scale and join the Go workshop to build with Temporal. Save with GO80. Temporal Technologies sponsor |
|
📄 Folio: A New, Modern PDF Library for Go — A fresh take on generating PDFs from Go, including a layout engine, form and digital signature support, HTML-to-PDF, etc. There’s also a WASM build you can play with in this online playground. (Note: This is a very new, Claude-assisted project.) Carlos Munoz |
💡 Other established options in the Go PDF generation world include UniPDF (commercial), gopdf, and fpdf (and its unmaintained predecessor gofpdf). |
|
gdu 5.34.0: A Disk Usage Analyzer with Console Interface — Written in Go, naturally. This is a neat tool. Rapidly analyze your disk space usage – it benchmarks strongly against other tools in the space. Daniel Milde |
|
GoDoc Live: Statically Analyze Go HTTP Services to Produce Docs — The idea is simple: your handlers already describe your API, so why not statically analyze them and extract the routes, params, request bodies, and response shapes to produce documentation? Supports Chi, Gin, and Go 1.22+ nicolas ggd |
|
|
📢 Elsewhere in the ecosystem |
|
|



