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

推荐订阅源

罗磊的独立博客
小众软件
小众软件
The Cloudflare Blog
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Visual Studio Blog
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
美团技术团队
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
博客园 - 叶小钗
月光博客
月光博客
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
Y
Y Combinator Blog
D
Docker
Microsoft Azure Blog
Microsoft Azure Blog

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 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 594: March 20, 2026 Golang Weekly Issue 593: March 13, 2026
Generic methods land in Go 1.27
2026-08-28 · via Golang Weekly

🗓️ If you missed us last week, good news… we're back! As expected, Go 1.27 landed last week, but there's plenty more to get into today :-)
__
Your editor, Peter Cooper

Introducing Generic Methods — A full explainer of the Go 1.27 feature that's caused the most excitement, at least in terms of Go Weekly clicks! Concrete methods can now take type parameters, though interface methods still cannot, and Mark explains the reason why.

Mark Freeman

The #1 Open-Source Code Reviewer on Code-Review-Bench — PR-AF places #2 of 42 overall on Martian's Code-Review-Bench, ahead of the commercial tools, at ~10x lower cost per review. It plans the review per PR, runs reviewer agents in parallel, and verifies every finding against your source. Self-hosted.

AgentField.ai

IN BRIEF:

7.5x Faster Encryption with simd and simd/archsimd — A look at a more niche development in Go 1.27, using the new (and experimental) SIMD packages to accelerate ChaCha20 encryption without writing any assembly (on arm64, pure Go nearly matches the hand-written version!).

Sylvain Kerkour

Goldmark 2.0: A Markdown Parser Written in Go — The first breaking release in seven years for Go's de facto CommonMark-compliant Markdown parser. Along come generics, a cleaner split between parser and renderer for non-HTML output, and position info on every AST node.

Yusuke Inuzuka

💡 However, there's also a proposal to add a text/markdown package to the standard library (based on rsc.io/markdown) which Russ Cox says is "much simpler and more spec-compliant than goldmark".

  • Bubbles 2.2 – Components for building interactive terminal apps with Bubble Tea (of which v2.0.9 was just released). Textarea now supports text selection and there's a new Tree component (above).

  • Resterm 1.4 – Terminal-first client for HTTP, GraphQL, gRPC, WebSocket, and SSE.

  • goverter 1.10 – Generate type-safe converters by defining function signatures.

  • go-size-analyzer 1.14 – Tool for analyzing the size of compiled Go binaries.

  • goquery 1.13.0 – jQuery-like syntax and features for working with HTML.

  • gopy 0.5 – Generate and compile CPython extension modules from Go.

  • 📋 clipboard 0.9 – Cross-platform clipboard access from Go.

📢  Elsewhere in the ecosystem