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

推荐订阅源

有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
V
V2EX
aimingoo的专栏
aimingoo的专栏
爱范儿
爱范儿
博客园 - 聂微东
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
T
The Blog of Author Tim Ferriss
月光博客
月光博客
云风的 BLOG
云风的 BLOG

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 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
Go can't kill a stuck goroutine
2026-07-24 · via Golang Weekly

📄 Building a pkg.go.dev TUI Explorer – A written alternative to ▶️ Alex's video on the same build. Alex Pliutau

📄 Memory Profiling and Optimization in Go: How One Line Allocated 687GB – An accidentally quadratic slice prepend that was caught by the allocation profiler. Solomon Oladiran

📄 Everyone Should Know SIMD – More relevant now as Go continues to add support. Mitchell Hashimoto

httpretty 0.2: Pretty-Print HTTP Requests Made from Go — Inspired by curl's --verbose, this could be handy when debugging. We first linked this 7 years ago(!) and it's been rounded out with support for multipart bodies, HTTP trailers, and http.Flusher/http.ResponseController.

Henrique Vicente

oapi-codegen 2.8.0: Now with OpenAPI 3.1 Support — A long-standing way to generate idiomatic Go client and server boilerplate code from OpenAPI 3 specifications, and now OpenAPI 3.1 too. Specs are now validated prior to generation too, Fiber v3 is supported, and Go 1.25+ is now required.

Jamie Tanna and Contributors

Scala on Go: sealed types, exhaustive matching, Option/Try & new bind/also do-notation — compiled to plain Go. Try it: gala.fyi.


🤖 If you can code, you can build a robot. Viam 101 is a free 90-min course — no hardware needed. Sign up by July 31 to win a $3,500 arm.

📢  Elsewhere in the ecosystem

  • Shirei is a cross-platform Go immediate-mode GUI framework that now has early support for generating iOS and Android apps from the same codebase.

  • Anton Zhiyanov's Solod, an attempt to create a 'better C' based on a subset of Go, now supports networking in v0.2.

  • 🤖 In How I Stopped Running Out of Tokens, a developer whose company uses Claude Enterprise shares some tools you can use (like rtk) to get the most out of your assigned limits.

  • Metago is an experimental template-based metaprogramming approach to writing templates that write Go.

  • OctoGo is a Go-like language for the Parallax Propeller 2 microcontroller with the unusual property that goroutines are not scheduled, they take over a CPU core each.

  • /r/golang discussed why is Cgo so bad? (Or not!)