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

推荐订阅源

博客园 - 【当耐特】
小众软件
小众软件
S
SegmentFault 最新的问题
GbyAI
GbyAI
量子位
爱范儿
爱范儿
L
LangChain Blog
Vercel News
Vercel News
A
About on SuperTechFans
腾讯CDC
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
V
Visual Studio Blog
美团技术团队
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
N
Netflix TechBlog - Medium

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

🐣 We're taking next week off for a little Easter break, so we'll be back in your inbox on April 10. Happy Easter to you, if you celebrate. 😊
__
Peter Cooper, your editor

Together with  Frontend Masters logo

Go Naming Conventions: A Practical Guide — As Phil Karlton said: “There are only two hard things in computer science: cache invalidation and naming things.” Alex tackles the latter in this thorough single-page reference covering identifiers, filenames, packages, and the concept of “avoiding chatter.”

Alex Edwards

💡 You may also like Alex's Eleven Tips for Structuring Go Projects from last year.

The Future of Software Development — Curious about coding with AI? Learn everything you need to know about AI-assisted engineering, starting with prompting and agents, before moving on to covering machine learning, MCP, and neural networks. A complete learning path for coding with AI.

Frontend Masters sponsor

Type Construction and Cycle Detection — A Go compiler engineer explains a corner of the type system that was improved in Go 1.26. The type checker now detects when an incomplete type is used in a way that requires it to be fully defined, turning what could have been a panic or confusing error into a clean cycle error.

Mark Freeman (The Go Team)

IN BRIEF:

🛠 Code & Tools

📰 Classifieds

👾 Real talk from Jane Street, OpenAI, TigerBeetle, and Materialize. No vendor booths. 200 seats. BugBash 2026, April 23-24 in DC.


Software Engineer - Join our "kick ass" team! Our software team operates from 17 countries and we're looking for more exceptional engineers to join our team.

📢  Elsewhere in the ecosystem

  • Renee French is the artist who created Go's much-loved gopher mascot which originated in work done over 25 years ago for a fundraiser. Her characters have continued to evolve, including in ▶️ videos like this, and I love seeing new cousins(?) of the Go gopher pop up on her Bluesky account from time to time.

  • 🎵 cliamp is a Go-powered terminal-based music player inspired by Winamp. It's built with Go, Bubble Tea, go-librespot (a Spotify client library), and Beep (a Go sound library).

  • 🤖 Phil Eaton surveyed 112 major source-available projects (Bun, DuckDB, Ruby, etc.) to get a picture of their stance towards AI-assisted contributions. Of those asked, only four have an outright ban.

  • Thanos is an experimental Ruby to Go transpiler. I gave it a try, with some success, but a lack of metaprogramming support (as is commonly used by Rubyists) restricts the use cases.