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

推荐订阅源

腾讯CDC
Microsoft Azure Blog
Microsoft Azure Blog
L
LangChain Blog
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
D
Docker
B
Blog
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
G
Google Developers Blog
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42

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 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
Compile-time OpenTelemetry instrumentation for Go
2026-07-17 · via Golang Weekly

How I Use HTMX to Build Go Webapps — A practical walkthrough of using htmx (think AJAX-style updates driven by HTML attributes) with Go. Opinionated, super Go-specific, and honest about the tricky bits. A good starter on building server-rendered interfaces with incremental interactivity.

Alex Edwards

Compile-Time OpenTelemetry Instrumentation for Go — No more hand-written instrumentation or eBPF agents needed, as OpenTelemetry's compile-time instrumentation for Go is now stable. It uses -toolexec to inject telemetry automatically, but v1's library coverage has some limits worth noting.

Kemal Akkoyun (OpenTelemetry)

IN BRIEF:

Fyne 2.8: A Big Update for the Popular GUI Toolkit — The cross-platform GUI toolkit lands its biggest release in years, adding GPU-accelerated shapes, shadows and custom GLSL shaders, richer Markdown rendering, multi-monitor window APIs, and more.

Fyne Team

GoLand 2026.2 Released — The latest release of the commercial Go IDE now integrates with the go fix tool and introduces a new 'Go optimization' tool that brings profiling, escape analysis, and struct optimization into one place.

Artem Pronichev (JetBrains)

💡 The New Stack shares some more background on the project, pointing a finger at Anthropic and OpenAI for not yet supporting Go directly with their similar SDKs.

  • 🔒 Tinyauth 5.1 – Tiny authorization and authentication server. v5.1 marks it becoming officially OpenID Connect™ Certified and adds support for auth through Tailscale and deny-by-default access controls.

  • Echo 5.3 – The popular web framework adds support for the new HTTP QUERY method and adds a mechanism to automatically handle HEAD requests on GET endpoints.

  • THUNDERSNAP – A new library from Tailscale for replicating, forking, and sharing container snapshots. More here.

  • Tetra3D 0.18 – PS1/N64-inspired Ebitengine-based hybrid 3D renderer.

  • Gofeed 1.4 – A robust library for parsing RSS, Atom and JSON feeds.

Sum types, exhaustive pattern matching, Option — the type system Go lacks, compiled to plain Go. Every Go module works. gala.fyi.

📢  Elsewhere in the ecosystem