Together with  Tiger Data logo

📺 If you're more interested in the technicalities of the TypeScript porting project itself, Microsoft's Jake Bailey went deep in ▶️ this talk at GopherCon 2025.

Proposal: go run -c 'code here' — Some languages (like Python or Ruby) let you run once-off arbitrary bits of code as a one-liner from the terminal. Could Go do the same? Ian Lance Taylor, Rob Pike, and others weighed in on the idea in this golang-nuts thread.

Dan Kegel et al.

IN BRIEF:

PROPOSAL UPDATES:

mmap vs pread in a Real Go Storage Engine — A surprisingly thorough tour of how the VictoriaMetrics filesystem layer reads bytes: mmap when mincore says pages are resident, pread when a major page fault might block a Go thread.

Phuong Le

💡 The Charm team offers a similar tool called Freeze.

✉️ go-mail 0.8: Comprehensive Email Sending Library — A feature-rich library for composing and sending mail with a strong focus on security and correctness, covering SSL/TLS, SMTP AUTH, address validation, and more. v0.8 adds native NTLMv2 SMTP authentication and DKIM support.

Winni Neessen

  • River 0.40 – A Postgres-based job processing system for Go. Contains a schema cleanup migration and adds JobStuckHandler as a hook for handling stuck jobs.

  • Excelize 2.11.0 – The library for reading and writing Excel spreadsheets celebrates its tenth anniversary with this release.

  • GoReleaser 2.17 – Can now build Windows .msix packages.

  • GoWebDAV 0.13 – Pure Go WebDAV client library.

📢  Elsewhere in the ecosystem