#​590 — February 20, 2026

Read the Web Version

Together with  WorkOS

Go Weekly

Using go fix to Modernize Go Code — Go 1.26 ships a rewritten go fix that automatically modernizes code to use newer idioms using 24 built-in 'modernizers': replacing interface{} with any, adopting strings.Cut, and so on. Alan goes into depth about how it works and what's coming next, including a self-service approach for defining your own modernizations.

Alan Donovan (Go Team)

⁉️ Did we reference Bob the Builder? Yes. We. Did!

Add GitHub, Slack & Google Integrations Without Rebuilding OAuth — WorkOS Pipes handles OAuth flows, token storage, and refresh logic across multiple providers. Users connect via a widget, and your app makes one API call to get a valid token. It’s a faster way to ship third-party integrations.

WorkOS sponsor

🤖 What Should the Go Team Do with AI-Generated Contributions? — A discussion on golang-dev begun by Ian Lance Taylor when he noticed Claude as a co-author on a contribution. Responses from numerous Go heavyweights followed, including extensive thoughts from Russ Cox. Legal and licensing issues dominated the back and forth.

Ian Lance Taylor, Russ Cox, et al.

IN BRIEF:

Proposal: Change Go 1.26's go mod init's Default Back to the Current Go Version? — New Go releases rarely contain unpleasant surprises, but some people aren't fans of Go 1.26's change to go mod init defaulting to a lower Go version in new go.mod files.

Will Faught et al.

Moving Off Heroku? Deploy Go with Cloud 66 — Heroku-like ease on your own servers. Save 60%, get great support, and make this your final move.

Cloud 66 sponsor

📄 Lessons Learned from oapi-codegen's Time in the GitHub Secure Open Source Fund Jamie Tanna

📄 Moving Your Codebase to Go 1.26 with GoLand Syntax Updates Artem Pronichev (JetBrains)

🛠 Code & Tools

gog: Google Apps in Your Terminal — From the creator of Clawdbot OpenClaw, a CLI tool to access Google's myriad of services: Gmail, Calendar, Drive, Docs, Sheets, etc. JSON-first output, multi-account support, and OS keyring credential storage. GitHub repo.

Peter Steinberger

🔎  Inspecting the Source of Go Modules — The Go checksum database provides guarantees when you fetch through the toolchain, but browsing source elsewhere (on GitHub, or from a link on the Go package site, say) bypasses this. Filippo shows off his new Go modules source viewer site which provides an interface to view module sources directly from the Go modules mirror.

Filippo Valsorda

🔨  Micasa: Track Your Household from the Terminal — A Bubble Tea-powered, terminal-based 'household management' app. Not the typical Go project you see, but I do have quite a few DIY projects I'm behind on..

Phillip Cloud

📰 Classifieds

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.


🐘 Postgres Weekly is our sister newsletter dedicated to everything going on in the world of PostgreSQL. Read the latest issue here.

📢  Elsewhere in the ecosystem

  • If you're tired of large JavaScript UI component libraries and their associated build tools, Oat might appeal to you. 8KB of CSS and JS (gzipped) gets you a UI component library you can use via regular semantic HTML elements.

  • 🧊 Someone has overclocked a Raspberry Pi Pico 2 to 873MHz (usually 150MHz) using dry ice. A fun story about one of the smallest platforms Go code can run on (thanks to TinyGo).

  • 📺 Go2TV is a Go-powered app for casting media files to smart TVs and Chromecast devices.

  • If you want to noodle with Postgres's features on a realistic database that isn't yours, Bluebox Docker is a 'living sample database' in a container that updates itself over time.