[go-nuts] Re: net.Listen -- How to listen to ipv6 & ipv4 local-loopback BUT NOT external interfaces

2025-08-06 Thread Tony M
I came up with a clever / elegant solution to this and I would like your feedback.This approach minimizes the http.Server & http.handleFunc structs needed to listen on both local interfaces. func ListenWithDualListener() { dual, err := multilistener.NewLocalLoopback("8080") if err != nil

[go-nuts] Go 1.25 Release Candidate 3 is released

2025-08-06 Thread Dmitri Shuralyov
Hello gophers, We have just released go1.25rc3, a release candidate version of Go 1.25. It is cut from release-branch.go1.25 at the revision tagged go1.25rc3. This release includes 2 security fixes following the security policy : - os/exec: LookPath may ret

[go-nuts] [security] Go 1.24.6 and Go 1.23.12 are released

2025-08-06 Thread Dmitri Shuralyov
Hello gophers, We have just released Go versions 1.24.6 and 1.23.12, minor point releases. These minor releases include 2 security fixes following the security policy : - os/exec: LookPath may return unexpected paths If the PATH environment variable con