Go 1.27 is released

59 points by binjip978


ptman

Interactive tour of go 1.27 https://victoriametrics.com/blog/go-1-27/

doctor_eval

Release notes

https://go.dev/doc/go1.27

ptman

I'm not a fan of go fix automatically "fixing"

a := Struct{Inner: {Field: "foo"}}

to

a := Struct{Field: "foo"}