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

推荐订阅源

GbyAI
GbyAI
Blog — PlanetScale
Blog — PlanetScale
The GitHub Blog
The GitHub Blog
Microsoft Security Blog
Microsoft Security Blog
I
InfoQ
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
D
DataBreaches.Net
L
LangChain Blog
F
Fortinet All Blogs
C
Check Point Blog
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Help Net Security
J
Java Code Geeks
月光博客
月光博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
宝玉的分享
宝玉的分享
Jina AI
Jina AI

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 Generic methods land in Go 1.27 A slightly unusual issue, in three acts An interactive tour of Go 1.27 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
A plan to bring generic collections to Go 1.28
2026-07-31 · via Golang Weekly

Go's Proposals for Generic Collection Types in Go 1.28 — An umbrella proposal from Go's Collections working group covering several collection data structures intended for the eventual Go 1.28 standard library. Includes a canonical set.Set type, hash-based maps and sets with custom hashers, an ordered map, and a new generic binary heap.

Alan Donovan (Go Team)

Top Open-Source Code Reviewer on Code-Review-Bench — pr-af, AgentField's open-source reviewer, just outranked leading closed models — #2 of 42 on Code-Review-Bench. Multi-agent PR review with ~3× more valid findings than closed tools at ~10× lower cost. Self-hosted, drops into GitHub Actions.

Agentfield.ai

IN BRIEF:

Adding Go to a Browser Code Runner — A look at adding Go to a browser code runner, why the usual GOOS=js approach didn't work in a V8 isolate, and how compiling the Yaegi interpreter to WASI got it working cleanly.

Ata Kuyumcu

pgx.CollectRows or Why Nice APIs Don't Have To Be Slowpgx's CollectRows and RowToStructByName helpers were much slower than handwritten loops. The author got caching fixes into pgx 5.6 (released in 2024) and shows how a rethought abstraction closes the gap almost entirely.

zolstein

📄 Wrapping Errors with Defer – A small pattern combining defer with a named error result to avoid repetition while still adding context to errors. Roxy Light

📄 Go's Maps: How Swiss Tables Replaced the Old Bucket Design Gabor Koos

Gore 0.7: A Full-Featured Go REPL Environment — Has all the niceties you'd expect like line editing, history, multi-line input, expression evaluation, the ability to import packages (and, in v0.7, you can create import aliases too) and gopls-powered code completion.

motemen

Goph 2.0: A Native Go SSH Client Library — Supports connections using passwords, private keys, keys with passphrases, doing file transfers, etc. v2 brings a functional options API, context-aware commands, SOCKS5 proxy, jump hosts, and more.

Mohamed El Bahja

  • Wish 2.0.2 – Charm's SSH server framework for building terminal-accessible apps. v2.0.2 fixes a bug with apps running under bubbletea.Middleware.

  • jsonparser 1.6 – Fast JSON parser offering path-based access without predefined structs and minimal allocations.

  • Milvus 3.0 – Go-powered cloud-native vector database built for vector ANN search. (Repo.)

  • req 3.60 – Simple, powerful HTTP client library with advanced features.