A plan to bring generic collections to Go 1.28
#612 — July 31, 2026 Read the Web Version Go Weekly Go's Plan for Generic Collection Types in Go 1.28 — An umbrella proposal from Go's Collections working group covering several collection data structures intended for the eventual Go 1.28 standard library. Includes a canonical set.Set type, hash-based maps and sets with custom hashers, an ordered map, and a new generic binary heap. Alan Donovan (Go Team) Top Open-Source Code Reviewer on…