I think for Go 2 they have 3 main areas of focus, based on feedback from developers about pain points:
package management
generics
error handling
We might not like the solutions they come up with, but they're certainly putting a lot of thought into all of them and are planning some concrete changes for all 3.
Exciting!
Let's see if they'll add generics finally
I think for Go 2 they have 3 main areas of focus, based on feedback from developers about pain points:
I've particularly enjoyed reading the debate between the if err != nil people and all the other ideas the community has conjured up.