Go 1.27 is released
59 points by binjip978
59 points by binjip978
I'm not a fan of go fix automatically "fixing"
a := Struct{Inner: {Field: "foo"}}
to
a := Struct{Field: "foo"}
I do wonder how that interacts with behaviour like: https://mattjhall.co.uk/posts/be-careful-with-go-struct-embedding.html