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

推荐订阅源

博客园_首页
H
Help Net Security
腾讯CDC
宝玉的分享
宝玉的分享
H
Hackread – Cybersecurity News, Data Breaches, AI and More
L
LangChain Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
D
Docker
V
V2EX
Last Week in AI
Last Week in AI
G
Google Developers Blog
IT之家
IT之家
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东

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 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
pkg.go.dev gets an official API
2026-05-22 · via Golang Weekly

▶  What's New in Go: The Google I/O 2026 Edition — Two Go team members give a 15 minute high-level overview of the state of Go from Google’s perspective. Topics include how Google is leaning heavily on Go with its in-house agentic development efforts, Go 1.25/1.26 developments, SIMD, and security work.

Balahan and Dougherty (Google)

⬆️ This talk provides a great look at how Google "sees" Go as of 2026, and includes some fantastic illustrations too. Blog post version incoming..?

Live Workshop: Build a Sensor Analytics Pipeline — Free virtual workshop, May 28 at 12 PM ET. Build a working IoT analytics pipeline on Tiger Cloud from raw sensor data to live queries. Hypertables, Hypercore columnar compression, and continuous aggregates. Leave with your own running instance.

Tiger Data (creators of TimescaleDB)

Introducing the pkg.go.dev API — Go’s official package site finally has an official API interface that tools can use to “reason about the Go ecosystem with greater precision.” This post gives a tour of its capabilities.

Lee, Kim and Amsterdam (The Go Team)

PROPOSALS OF THE WEEK:

The Maintainer's Dilemma — The prolific creator of Cobra, Viper, and Hugo shares some insights into the maintenance backlog of a popular Go library in the AI era. He also touches on how new tools can both help and hinder maintainers.

Steve Francia

A Practical Guide to Profiling in Go — A long, hands-on walk through profiling apps with pprof, including features added to GoLand to make it easier to collect and visualize results.

Dominika Stankiewicz (JetBrains)

The 10 Go Error Handling Commandments – Thou shalt read this post. Preslav Rachev

📄 Popular Go Decimal Library Targeted by Typosquatting Campaign – The typo in this case was in the name of the GitHub account rather than the library. Kush Pandya (Socket)

📄 Generating an MCP Server in Go – Using the protoreflect package to produce tool definitions for the Go MCP SDK. Eric Chiang (Oblique)

📄 Configuring a Go HTTP Server for Unencrypted HTTP/2 (h2c) Dan McGee

💡 The Fiber team has also blogged about Fiber's CLI tool that provides a useful dev server environment, complete with live reloading, project scaffolding, and static file serving.

Jet 2.15: Type Safe SQL Builder with Code Generation — A type-safe SQL builder (not an ORM!) with code generation and automatic query result data mapping. It supports Postgres, MySQL/MariaDB and SQLite. Recent releases have added support for Postgres ranges, materialized views, and arrays.

Jet

  • ✉️ Enmime 2.4 – MIME mail encoding and decoding package.

  • Permify 1.7 – Google Zanzibar-inspired authorization service.

  • Sarama 1.49 – IBM's Apache Kafka client library.