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

推荐订阅源

博客园_首页
B
Blog
V
V2EX
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
博客园 - 聂微东
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
The Cloudflare Blog
J
Java Code Geeks
H
Help Net Security
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
D
Docker
L
LangChain Blog
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
WordPress大学
WordPress大学
V
Visual Studio Blog

Golang Weekly

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 595: March 27, 2026 Golang Weekly Issue 594: March 20, 2026 Golang Weekly Issue 593: March 13, 2026
Golang Weekly Issue 596: April 10, 2026
2026-04-10 · via Golang Weekly

🐣 You didn't miss an issue last week. We're back after a little Easter break. 😊
__
Peter Cooper, your editor

Together with  Tiger Data logo

10MB Binary. 10-Service Analytics Stack. Something's Off. — Go's philosophy is simplicity. Your data stack should match. TimescaleDB extends Postgres with hypertables, 95% compression, and continuous aggregates. Analytics on live data, no second database, no pipeline. Start building for free.

Tiger Data (creators of TimescaleDB) sponsor

IN BRIEF:

💡 purego offers a similar, though more general, approach to this problem.

A Fast Immutable Map in Go (with Tradeoffs)constmap gets you 3x faster lookups and 6x less memory used per key than map, but with several tradeoffs, including only offering string to uint64 mapping, being unable to tell if a key is missing, and increased construction time.

Daniel Lemire

📄 Stamp It: All Programs Must Report Their Version – Go is the 'gold standard' here. Michael Stapelberg

📄 Many-Step Sequences in Go – A pattern for structuring multi-step sequences, inspired in part by Rob Pike. Chris Lesiw

📺 How to Implement the Outbox Pattern in Go and Postgres Package Main

📄 A Proposal for Go: Composite Type Constraints Quentin Quaadgras

🛠 Code & Tools

🤖 Google's Agent Development Kit for Go Goes 1.0 — A Go-flavored version of Google’s framework (also available for Python and Java) for building and deploying AI agents. v1.0 adds OpenTelemetry integration, self-healing logic, and enforcement of safety guardrails with human-in-the-loop confirmations. “The future of Go agents is here. Let’s build it.”

Toni Klopfenstein (Google)

🕺  Some extra Go fun

People are using Go for all sorts of fun things and I have a backlog of items that don't fit into the usual flow. You might find some of these things interesting, though!

HOSA: Homeostasis Operating System Agent“An autonomous nervous system for Linux.” I confess this is above my pay grade, but Fabricio is working on it for his master’s degree and it uses a lot of eBPF which we don’t often see.
Fabricio Amorim