Proposal Details Technically, this is an internal change and I don't think it requires a proposal, but it is pretty substantial and people have alread
eSSA proposed for the prove pass, and Go 1.27 generic methods reshape collection pipelines
A proposal to bring eSSA to the compiler's prove pass leads the day. The author concedes it is technically an internal change that may not need a proposal at all, but the scope is large enough that it is going through the front door anyway, which is the right instinct for anything touching how the compiler reasons about values. Over on golang-nuts, a writeup argues that Go 1.27's generic methods quietly fixed the long-standing awkwardness around chainable, lazy collection pipelines, with a library built to see what falls out. It is the most interesting reaction so far to a change that landed without much fanfare. Three vulnerability reports also dropped: a DoS in Gogs via SSH handshake stalls, a cross-namespace authorization bug in Temporal Server, and a DoS in Free5GC's AMF. None are core, but Temporal operators in particular will want to read the details.

A proposal to bring eSSA to the compiler's prove pass leads the day. The author concedes it is technically an internal change that may not need a proposal at all, but the scope is large enough that it is going through the front door anyway, which is the right instinct for anything touching how the compiler reasons about values.
Over on golang-nuts, a writeup argues that Go 1.27's generic methods quietly fixed the long-standing awkwardness around chainable, lazy collection pipelines, with a library built to see what falls out. It is the most interesting reaction so far to a change that landed without much fanfare.
Three vulnerability reports also dropped: a DoS in Gogs via SSH handshake stalls, a cross-namespace authorization bug in Temporal Server, and a DoS in Free5GC's AMF. None are core, but Temporal operators in particular will want to read the details.
Hi Everyone, I am not sure how many people here are familiar with k6 (the load testing platform). I have been using it for some time to compare its performance metrics with other load testing tools. O
TL;DR: Go 1.27's generic methods (golang/go 77273) finally make left-to-right, chainable, lazy collection pipelines expressible. I built a library to explore what falls out of that, and the most inter
Hi gophers, Wrote a hands-on piece on using eBPF with Go to gain kernel-level observability for AI-generated services. Covers kprobes, tracepoints, and perf-event ringbuffers - all from pure Go code.
Hey everyone, I’ve been drafting a formal language proposal for an error-handling mechanic called guard. We all know the history of error proposals in Go. Previous attempts like try(), check/handle,
Join Women Who Go (London) @ London, GB on Tue Jul 7
🧠 BIG PICTURE FIRST Continue reading on Medium »
Why wrapping every query in another abstraction often creates more code than value Continue reading on Dev Genius »
✅ What is a Goroutine? Continue reading on Medium »
Most Go tutorials stop at “hello world” or drown you in a 12-service architecture you’ll never finish. This one builds a single real thing… Continue reading on Medium »
A practical guide to custom iterators for backend developers, with real patterns for pagination, database rows, and streaming responses. Continue reading on Stackademic »
Go (Golang) is most similar to the C programming language and is designed to be efficient, secure, and easy to use. Here is a 60 ...
The Go playground you've been waiting for Write Go code and see results inline instantly—with zero boilerplate and no ...
Programming Joke of the Day: Jun 25, 2026 programming programminghumor programmingjokes golang.
Build a Wallet App with Go – EP13: Redis Caching for High-Performance APIs In Episode 13, we introduce Redis Caching to ...
微信视频号下载器

Co-authored-by: suiriass

An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA,
Kubernetes controller for GitHub Actions self-hosted runners
Gogs has Unauthenticated Asymmetric Denial of Service (DoS) via SSH Handshake Stall (File Descriptor Exhaustion) in gogs.io/gogs. NOTE: The source advisory for this report contains additional versions
Temporal Server: attacker-controlled namespace could signal, delete, and reset workflows or activities in a victim namespace on the same cluster in go.temporal.io/server
Free5GC AMF is vulnerable to DoS through its HandleRegistrationComplete function in github.com/free5gc/amf