Type-inferred composite literals accepted for Go 1.28

The accepted proposal for type-inferred composite literals is the one to sit with, targeting Go 1.28 and trimming a lot of the noise from struct, slice and map construction. Alongside it, two more accepted proposals land in the same batch: a maps.Identical helper, and the deprecation of x/net/http2's Transport and Server now that everything they do is reachable through net/http. On the community side, Gin's creator writes at length about picking simple over easy, which pairs surprisingly well with a Reddit thread where an interviewer asked a Go candidate to implement method overriding.