RepoJournal
Go

@golang

Go and the standard library - backend infrastructure at scale

Keep up with Go in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Go Infrastructure Full archive →

The Wire · Showcase

GOPLS FIXES WINDOWS CRLF OFFSET DRIFT, REVIEW REPO CATCHES UP ON FORMATTING

By RepoJournal · Filed · About Go

The Go tools team patched a subtle but pervasive bug where CRLF line endings in assembly files threw identifier offsets out of sync, breaking accurate source navigation on Windows.

gopls/internal/util/asm was advancing source offsets using stripped token lengths, causing identifier positions to drift left by one byte for every CRLF line [1]. The fix switches to raw line lengths from bytes.SplitSeq, keeping offsets accurate across platforms. In parallel, the review repo finally aligned its copyright headers with the convention change applied elsewhere in the ecosystem [2]. Two smaller fixes landed: the refactor/satisfy tool now handles invalid composite literal types without panicking [3], and gomobile switched to portable slash-separated asset paths instead of Windows backslashes in AAR and APK archives [4]. These are the kinds of quiet, cross-platform correctness improvements that prevent hours of debugging downstream.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] gopls/internal/util/asm: preserve offsets in CRLF files golang/tools
  2. [2] all: remove double space in copyright headers golang/review
  3. [3] refactor/satisfy: fix panic on invalid types golang/tools
  4. [4] cmd/gomobile: use slash-separated Android asset paths golang/mobile

Quick answers

What shipped in Go on August 17, 2026?
The Go tools team patched a subtle but pervasive bug where CRLF line endings in assembly files threw identifier offsets out of sync, breaking accurate source navigation on Windows. In total, 4 commits landed.
Who contributed to Go on August 17, 2026?
3 developers shipped this update, including Russ Cox, racequite, and Peter Weinberger.
What were the notable Go updates?
gopls/internal/util/asm: preserve offsets in CRLF files, all: remove double space in copyright headers, and refactor/satisfy: fix panic on invalid types.

More from @golang

Daily updates, in your inbox

Follow Go

Keep up with Go in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?