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

推荐订阅源

The GitHub Blog
The GitHub Blog
IT之家
IT之家
B
Blog RSS Feed
罗磊的独立博客
GbyAI
GbyAI
博客园 - Franky
Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
博客园 - 聂微东
N
Netflix TechBlog - Medium
博客园 - 三生石上(FineUI控件)
人人都是产品经理
人人都是产品经理
U
Unit 42
博客园 - 叶小钗
Jina AI
Jina AI
MyScale Blog
MyScale Blog
雷峰网
雷峰网
B
Blog
Hugging Face - Blog
Hugging Face - Blog
Blog — PlanetScale
Blog — PlanetScale
Recent Announcements
Recent Announcements
腾讯CDC
酷 壳 – CoolShell
酷 壳 – CoolShell

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 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 594: March 20, 2026 Golang Weekly Issue 593: March 13, 2026
An interactive tour of Go 1.27
2026-08-07 · via Golang Weekly

An Interactive Tour of Go 1.27 — Anton Zhiyanov made interactive tours for Go 1.22 through 1.26 but decided to stop. Jesús Espino has picked up the baton and tackles Go 1.27's huge array of features here, from generic methods and the goroutineleak profile to the new uuid package and experimental portable SIMD.

Jesús Espino

💡 No, Go 1.27 has not been released yet, but the second release candidate is solid, and the final is expected in the next week or two.

Harness Engineering: How to Wrangle Your Agents — The models keep changing. The harness is the part you build. Scott Moss (Netflix) shows how: durable execution, sandboxed tool calls, memory systems, and multi-agent handoffs.

Master.dev

A Proposal to Fix Go's Proposal Backlog — The backlog is growing 23% a year with the median item over two years old. Austin Clements proposes a formal triage group, review tracks, and weighted community emoji voting to decide what gets reviewed next (though not what gets accepted).

The Go Team

Adding Go's defer to the TypeScript Compiler — Since tsc is now written in Go, hacking on it is unusually friendly territory for a Gopher. Andrew adds a working defer statement to the compiler, but concludes it probably shouldn't exist.

Andrew Healey

📄 Looking at the Memory Map of a Go 1.27 Program on Linux – Go 1.25+ names its memory mappings, making /proc/<pid>/maps readable. Chris Siebenmann

Wails v3 Beta: A New Foundation for Go Desktop Apps — The Go desktop framework's long-awaited rewrite lands in beta with explicit app and window APIs, first-class multi-window support, Go services with TypeScript bindings generated via static analysis, and experimental iOS and Android support. Note that migrating from v2 will require real work.

Lea Anthony

  • 🤖 Fantasy 0.40 – Charm's library for building multi-provider, multi-model AI agents with a single API.

  • 📡 GopherTrunk 0.9 – Pure-Go digital-trunking radio scanner engine for RTL-SDR.

  • GoProxy 1.9 – Create customized HTTP/HTTPS proxy servers with Go.

  • slacrawl 0.8 – Mirrors Slack workspace data into local SQLite.

  • pdfcpu 0.14 – Go PDF processing and manipulation library.

  • Delve 1.27.1 – The popular Go debugger.

🎉 There's a party goin' on right here…

JetBrains is holding an online release party for Go 1.27 on August 25.

Ainsley Clark and Jesús Espino (who created the Go 1.27 tour at the top of this issue) are hosting, and some of the team behind the Go 1.27 release will be taking part! Robert Griesemer, Alan Donovan, Marc Dougherty, Cameron Balahan, and Joe Tsai will be sharing some background about the release and answering viewers' questions live.

I take it this means Go 1.27 will definitely be out by the 25th then… 😅