惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
腾讯CDC
U
Unit 42
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Apple Machine Learning Research
Apple Machine Learning Research
M
MIT News - Artificial intelligence
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
MyScale Blog
MyScale Blog
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
N
Netflix TechBlog - Medium
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
Recent Announcements
Recent Announcements
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
The GitHub Blog
The GitHub Blog
D
Docker
H
Hackread – Cybersecurity News, Data Breaches, AI and More

Golang Weekly

A native IDE written in Go goes open source Building cgo code without a C compiler? Go code can now run before your OS does Generic methods land in Go 1.27 A slightly unusual issue, in three acts An interactive tour of Go 1.27 A plan to bring generic collections to Go 1.28 Go can't kill a stuck goroutine Compile-time OpenTelemetry instrumentation for Go How Go makes TypeScript's compiler 10x faster Gin: 12 years, 88K stars, and zero broken APIs Comparing six Go cache designs Go 1.27 Release Candidate 1 Go security issues worth auditing for Go experiments, explained Generic methods are a-go for Go 1.27 pkg.go.dev gets an official API Why Cilium vendors every Go module in 2026 11 security fixes land in Go Three new Go proposals Golang Weekly Issue 598: April 24, 2026 What it takes to add new syntax to Go Golang Weekly Issue 596: April 10, 2026 Golang Weekly Issue 595: March 27, 2026 Golang Weekly Issue 593: March 13, 2026
Golang Weekly Issue 594: March 20, 2026
2026-03-20 · via Golang Weekly
Together with  Tiger Data logo

💡 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.

⚠️ gRPC-Go has an authorization bypass vulnerability. gRPC-Go users are encouraged to upgrade to v1.79.3 ASAP.

📄 In Praise of the etcd Codebase“This has become my go-to whenever I’m wiring up another gRPC service at work.” Redowan Delowar

📄 How to Profile a Go App: The Complete pprof Guide – A broad guide to using the pprof toolchain to diagnose CPU bottlenecks, memory leaks, goroutines, and more. Cristian Curteanu

📄 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

💡 Other established options in the Go PDF generation world include UniPDF (commercial), gopdf, and fpdf (and its unmaintained predecessor gofpdf).

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+ net/http routing.

nicolas ggd

  • Hugo v0.158.0 – The popular Go-powered static site generator adds native bundling/transformation/minifying of CSS resources.

  • pq 1.12 – Postgres driver for database/sql. Note that the next release may change the default sslmode from require to prefer, and CopyIn() and CopyInToSchema() have been deprecated.

  • EGo 1.9 – A Go compiler for building confidential Go apps running in enclaves on Intel SGX-enabled hardware.

  • ncruces/go-sqlite3 0.32database/sql-compatible SQLite 3.51.3 driver without requiring Cgo.

  • argon2 1.5 – Pure Go Argon2 implementation for secure password hashing.

  • GoSQLX 1.13 – SQL parser and AST generator and toolkit. (Playground.)

  • wasm2go 0.2 – Experimental WebAssembly to Go translator.

  • go-tui 0.8 – Declarative, reactive terminal UI framework.

  • html2text 1.4 – HTML to plain text conversion library.

  • MGPUSIM 4.2 – AMD GCN3-based GPU simulator.

  • gosaml2 0.11 – Pure Go SAML 2.0 implementation.

  • gotreesitter 0.10 – Pure Go tree-sitter runtime.

📰 Classifieds

👾 You've read the Jepsen reports. You've debugged outages at 2am. Your people are at BugBash. April 23-24, DC.

📢  Elsewhere in the ecosystem