
Go 1.27 brings some language enhancements including generic methods, a key in a struct literal may now be any valid field selector for the struct type, and function type inference has been generalized to apply in all assignment contexts. As for Go 1.27's support for generic methods:



