Proposal Details The flag package currently has Visit and VisitAll iterators, but unfortunately, the iterators don't return bool, so they aren't compa
Dgraph leaks admin tokens via /debug/vars, flag package gets iterators
The Dgraph advisory is the one to actually go read: the /debug/vars endpoint on Alpha hands out the administrator's auth token to any unauthenticated caller, which is about as bad as a debug endpoint gets. On the language side, the flag package is finally getting range-compatible All iterators plus a Flag.IsSet method, closing a small but long-standing papercut, and there is a separate blanket approval landing for adding String and GoString methods to existing types without further review. Elsewhere the golang-nuts moderators are openly asking what to do about the steady trickle of AI-written posts to the list, which feels like a conversation every mailing list is about to have.

The Dgraph advisory is the one to actually go read: the /debug/vars endpoint on Alpha hands out the administrator's auth token to any unauthenticated caller, which is about as bad as a debug endpoint gets. On the language side, the flag package is finally getting range-compatible All iterators plus a Flag.IsSet method, closing a small but long-standing papercut, and there is a separate blanket approval landing for adding String and GoString methods to existing types without further review. Elsewhere the golang-nuts moderators are openly asking what to do about the steady trickle of AI-written posts to the list, which feels like a conversation every mailing list is about to have.
Proposal Details This is a meta-proposal. I propose that any change that merely adds a String or GoString method to an existing type, and makes only v
Proposal Details Add a GOEXPERIMENT 2pointers-closures which changes unsafe.Sizeof(func(){}) from unsafe.Sizeof(uintptr(0)) to unsafe.Sizeof(uintptr(0
Proposal Details I'm working on an open source project. Unfortunately there are a few components which I can't release publicly. They're developed in
Proposal Details The plugin system https://pkg.go.dev/plugin only supports opening from a file on disk. This is inconvenient if we want to distribute
Proposal Details There is a use case in proposal https://github.com/golang/go/issues/80434 for allowing callers to convert a raw socket address to a S
Disclosure: I work at Synadia (the company behind NATS, which is a pure-Go project). Sharing because these are free and might be useful to Go folks working with messaging/streaming. We ran a set of ha
TIL there is a very longstanding attempt to make something similar to MS Access and Delphi (so-called "integrated application platforms"), but OpenSource . It's called "Suneido". It has several strong
Hi list moderators: Is the posting articles to the Go Nuts list that were clearly written by AI encouraged or frowned upon? I ask because I notice there have been repeated articles posted to the list


Beautifully designed components that you can copy and paste into your apps. Built with templ, Tailwind CSS, and Vanilla JS.
We're building a static analyzer for Go, and we just added a new rule to catch cases where the function gets used as an index. We almost didn't bother finishing it, as it felt like a made-up error tha
Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is...
Hey Techie! 🌸 Welcome to my Go series! I'll be sharing what I'm learning in ways that make...
Every LLM provider has a different API, different SDK, different auth. Managing keys and endpoints...
A social post looks like a string until you try to send it to more than one platform. That was...
Writing a Terraform provider sounds like a big-company activity, something HashiCorp partners do with...
Full overview of unit testing in Go with the native testing package. ============================== Other Resources ...

We're back to audio. Sorry, I'm not having enough time to write a proper desription this week.
https://youtu.be/bswBl6IpWmQ?si=Mb9OGJ1JRLpnpOlJ Proofpoint Hiring Backend Golang Developer 2026 | Remote ...
day98 Coding a SQL Database Management Tool in Golang | Live Coding | Testing https://github.com/biisal/rowsql Today we're ...
Build a Wallet App with Go – EP41: Transactional Outbox Archiving with MinIO PR Github ...
Go implementation of an Avalanche node.
The /debug/vars endpoint in Dgraph Alpha discloses the administrator's authentication token without requiring authentication. This allows an unauthenticated remote attacker to obtain the token and gai
When OIDC is enabled, the login endpoint is reachable without authentication and is registered outside the rate-limited auth routes. Every request creates a fresh random OIDC state value and stores it
The nebula-mesh Web UI host creation ignores the configured enrollment token TTL and instead mints 24-hour bearer enrollment tokens. This can lead to tokens remaining valid for longer than intended, i
