Go generic methods proposal gets a fresh look

A revised proposal for generic methods in Go (issue #77273) outlines how type parameters could be added directly to methods, distinct from the receiver's type parameters, covering the design constraints and open questions around interface satisfaction and type inference.