Go Weekly
Plus an LLVM-based Go compiler, a 32-bit Go runtime bug, and Markdown in the standard library?

#​615 — August 28, 2026

Read the Web Version

🗓️ If you missed us last week, good news… we're back! As expected, Go 1.27 landed last week, but there's plenty more to get into today :-)
__
Your editor, Peter Cooper

Together with  agentfield.ai

Go Weekly

 Go 1.27 Released — We spent much of the previous issue anticipating this release, so we'll let it speak for itself, but 1.27 is now ready to go with the final release notes and Jesús Espino's Go 1.27 interactive tour covering the full details and practical updates respectively.

The Go Team

Introducing Generic Methods — A full explainer of the Go 1.27 feature that's caused the most excitement, at least in terms of Go Weekly clicks! Concrete methods can now take type parameters, though interface methods still cannot, and Mark explains the reason why.

Mark Freeman

The #1 Open-Source Code Reviewer on Code-Review-Bench — PR-AF places #2 of 42 overall on Martian's Code-Review-Bench, ahead of the commercial tools, at ~10x lower cost per review. It plans the review per PR, runs reviewer agents in parallel, and verifies every finding against your source. Self-hosted.

AgentField.ai sponsor

IN BRIEF:

▶  20 Talks from GopherCon UK 2026 — A wide range of well-recorded talks from this month's GopherCon UK event covering topics like set operations in Go, building tools to refactor Go, and a deep dive into the select statement.

YouTube

7.5x Faster Encryption with simd and simd/archsimd — A look at a more niche development in Go 1.27, using the new (and experimental) SIMD packages to accelerate ChaCha20 encryption without writing any assembly (on arm64, pure Go nearly matches the hand-written version!).

Sylvain Kerkour

📄 Hunting Down a Go Runtime Bug on 32-bit Embedded Systems – A runtime bug that slipped into Go 1.14 in 2020 and was only just fixed for Go 1.28. Richard Weinberger

📄 Using Scoped Coverage to Prune an AI-Generated Go Test Suite Preslav Rachev

📄 Building htop for the Web with Go and Datastar Alex Pliutau

📄 Understanding sync.Map from API to Hash Trie Phuong Le

🛠 Code & Tools

Goldmark 2.0: A Markdown Parser Written in Go — The first breaking release in seven years for Go's de facto CommonMark-compliant Markdown parser. Along come generics, a cleaner split between parser and renderer for non-HTML output, and position info on every AST node.

Yusuke Inuzuka

💡 However, there's also a proposal to add a text/markdown package to the standard library (based on rsc.io/markdown) which Russ Cox says is "much simpler and more spec-compliant than goldmark".

Your Go Service Runs Lean. Your Data Stack Should Too — TimescaleDB extends Postgres so analytics runs on one database, not a pipeline of tools. Get $1000 credit to start.

Tiger Data (creators of TimescaleDB) sponsor

Staticcheck: A State of the Art Linter for Go 1.27 — Uses static analysis to find bugs and performance issues, offer simplifications, and enforce style rules with over 150 checks. The latest release adds support for Go 1.27 and a new check for misused defers.

Dominik Honnef

shortuuid 5.0: Generate Concise, Unambiguous URL-Safe UUIDs — Think short, user-facing IDs (e.g. KwSysDpxcBU9FNhGkn2dCf) where UUIDs are encoded into base57. v5.0 adds UUIDv4, v5, and v7 generators and drops its last dependency by using Go 1.27's stdlib uuid package.

Peter Lithammer

Sloc, Cloc and Code (scc) 4.0: A Fast Accurate 'Code Counter' — Tool to count lines of code and estimate code complexity across many programming languages.

Ben Boyter

  • Bubbles 2.2 – Components for building interactive terminal apps with Bubble Tea (of which v2.0.9 was just released). Textarea now supports text selection and there's a new Tree component (above).

  • Resterm 1.4 – Terminal-first client for HTTP, GraphQL, gRPC, WebSocket, and SSE.

  • goverter 1.10 – Generate type-safe converters by defining function signatures.

  • go-size-analyzer 1.14 – Tool for analyzing the size of compiled Go binaries.

  • goquery 1.13.0 – jQuery-like syntax and features for working with HTML.

  • gopy 0.5 – Generate and compile CPython extension modules from Go.

  • 📋 clipboard 0.9 – Cross-platform clipboard access from Go.

📰 Classifieds

🧠 Discern is hiring a senior full-stack Go/React dev to help automate entity compliance (US/LATAM). Join us.


🦾 Free robotics course, zero hardware. Self-paced, in simulation, all you need is code. viam.com/viam-101.

📢  Elsewhere in the ecosystem

Issue 614 #615