Comment on Why Go Can't TryparentComments−kbolino6moGo 1.26 just added new(expr) which simplifies passing values to places that expect pointers.The old guard is slowly stepping away, for good or ill. QoL changes are not off the table, but they do have to fit into the language.
Comments
Go 1.26 just added new(expr) which simplifies passing values to places that expect pointers.
The old guard is slowly stepping away, for good or ill. QoL changes are not off the table, but they do have to fit into the language.