Public list by ~golangweekly

Issue 602 - pkg.go.dev gets an official API

Google I/O 2026: What's new in Go

https://io.google/2026/explore/pa-keynote-17

▶  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.

3 months ago

From Sensor to Insight: Real-Time IoT Analytics with TimescaleDB | Tiger Data

https://www.tigerdata.com/events/workshop-sensor-to-insight

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.

3 months ago

Introducing the pkg.go.dev API - The Go Programming Language

https://go.dev/blog/pkgsite-api

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.

3 months ago

The Maintainer's Dilemma | spf13

https://spf13.com/p/the-maintainers-dilemma/

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.

3 months ago

A Practical Guide to Profiling in Go | The GoLand Blog

https://blog.jetbrains.com/go/2026/05/20/golang-profiling-guide/

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.

#cpu profiling #line profiler #memory profiler #profiling

3 months ago

Release v3.3.0 · gofiber/fiber

https://github.com/gofiber/fiber/releases/tag/v3.3.0

Fiber 3.3: Express.js-Inspired Web Framework for Go — A web framework, built on fasthttp, inspired by Express.js, that offers high performance coupled with a comfortable developer experience. v3.3 adds support for host auth middleware and lightweight SSE middleware.

3 months ago