Targeting Go 1.28 — What version of Go are you using ( go version )? $ go version go1.1
Accepted Proposals
Accepted Go proposals.
Go proposals that have been accepted and are headed for a future release.
5,024
Stories indexed
31
Live sources
70 issue
Latest digest
22h 23m 06:30 CET
Next digest in
net: add MarshalText/UnmarshalText to HardwareAddr, IPNet, IPMask (github.com)
cmd/go: add go mod verify -tag (github.com)
Proposal Details Go lacks a CLI to verify local repositories against the Go checksum database. Adding a flag in go mod verify to check local git tags
runtime/pprof: NewCPUProfile + cpuProfile.Start to allow profile configuration (github.com)
> I think SetCPUProfileRate is, albeit confusing, still functioning. It needs to be called in the right order with StartCPUProfile. Last time I looked
policy for removing GODEBUG flags (github.com)
Targeting Go 1.27 — Paying off technical debt: a policy proposal for removing GODEBUG flags This is an umbrella issue for the decommissioning of GODEBUG flags. It propose
text/template, html/template: add ExecuteFuncs (github.com)
This proposal is about providing a way to pass a template.FuncMap at template execution overriding specific functions within the template. When execut
