| Together with |
|
📺 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:
-
Go 1.27 Release Candidate 2 has been released.
-
Go 1.26.5 and 1.25.12 have been released including two security fixes.
-
The Go vulnerability database now marks
golang.org/x/crypto/openpgpas unsafe, sogovulncheckwill start throwing warnings if you're using it. -
gopls 0.23.0 is the latest release of Go's official language server with fleshed out Go 1.27 support and an
sqlrowserranalyzer that catches missingsql.Rows.Err()checks.
PROPOSAL UPDATES:
-
maps.Same(formerlyIdentical) is coming to the standard library as a way to identify if two maps share the same underlying storage. -
x/net/http2's standaloneTransportandServertypes are now going to be deprecated (proposal accepted two days ago). -
sync/atomicmay be gainingMaxandMinoperations (becoming a 'likely accept' two days ago).
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
JobStuckHandleras 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
.msixpackages. -
GoWebDAV 0.13 – Pure Go WebDAV client library.
📢 Elsewhere in the ecosystem
-
🤖 The creator of htmx, a commonly used set of frontend tools (particularly in the Go world), shows off a practical example of using Claude to investigate a bug report and reflects on how AI fits in with being an 'older developer'.
-
The Ruby community has created a great guide on how to start a Ruby meetup but the advice is general enough for it to be valuable to gophers too!
-
Devographics, best known for their State of JavaScript surveys, are back with a more general State of Devs survey to take.
-
🤖 The creator of the Bun JavaScript runtime, recently acquired by Anthropic, wrote up the story of rewriting Bun in Rust, a controversial AI-powered porting effort. It took ~$165k of Fable usage (at API rates).
-
A directory of how Postgres can replace other systems, whether that's cron, Kafka, Redis, Pinecone, MongoDB, or many others.
-
It's old, but this guide to what every number shown in
htopmeans is genuinely educational and fascinating in equal measure.


0 Comments
Log in to join the conversation.No comments yet. Be the first to share your thoughts.