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

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
GbyAI
GbyAI
aimingoo的专栏
aimingoo的专栏
L
LangChain Blog
I
InfoQ
D
Docker
F
Fortinet All Blogs
Y
Y Combinator Blog
Martin Fowler
Martin Fowler
月光博客
月光博客
B
Blog
Engineering at Meta
Engineering at Meta
T
Tailwind CSS Blog
罗磊的独立博客
博客园_首页
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
IT之家
IT之家
V
V2EX

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 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
Gin: 12 years, 88K stars, and zero broken APIs
2026-07-03 · via Golang Weekly

Building Gin: Simple Over Easy — Did you know Gin, the popular Go web framework, was built for a social network that never took off? Twelve years and 88K stars later, its creator reflects on choosing simplicity, radix tree routing (complete with a live diagram) and, aptly for a Go project, never breaking the API.

Manu Martínez-Almeida

Build Autonomous Software Factories in Go — AgentField is the Go-native AI backend for autonomous software — orchestrate agents as http.Handlers, build autonomous software factories, ship production-grade systems. Native Go SDK, open- and closed-source models. Open source.

Agentfield.ai

Understanding the Go Runtime: Profiling — Jesús is back with another of his deep dives, this time into how profiling works under the hood. If you’ve ever used pprof, you’ll learn exactly what’s going on inside Go to make it work, and what the five different types of profile measure.

Jesús Espino

IN BRIEF:

💡 If this makes you want an alignment linter, betteralign is a friendlier take on fieldalignment, though note both optimize struct size, which is what bit Andrii here.

Mo: View Markdown .md Files in the Browser — Charm’s Glow is a good Markdown viewer on the terminal, but if you’re drowning in Markdown files you’d rather read in the browser, this is an elegant solution, and even includes things like syntax highlighting and Mermaid diagram rendering.

Ken’ichiro Oyama

📢  Elsewhere in the ecosystem