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
Go proposals, tracked.
Language proposals, library additions, and toolchain changes — from open to shipped.
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 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 Add a GOEXPERIMENT 2pointers-closures which changes unsafe.Sizeof(func(){}) from unsafe.Sizeof(uintptr(0)) to unsafe.Sizeof(uintptr(0
Proposal Details You can currently use things like GOAMD64 , GOARM64 , ... to indicate to the compiler and assembler that certain optional CPU feature
Proposal Details background The go doc comment syntax https://go.dev/doc/comment syntax supports section headings, as well as a defined default id for
Background: Within x/tools alone, the pattern of a loop over the objects in a types.Scope appears at least 29 times: tools$ ag -A1 'for , name := ran
Proposal Details Abstract This proposal adds associated types to named Go interfaces. An associated type is determined by an implementing type rather
