Go: Support for Generic Methods
A feature request has been opened for the Go programming language to add support for generic methods—functions with their own type parameters that are defined within non-generic types. Currently, Go only supports generic functions and generic types, and this proposal seeks to extend generics to methods on any type.