I just wish the could stabilize the compiler before piling on more features.
I regularly run into internal compiler errors these days for pretty normal looking code.
It's getting to the point where I'm reluctant to invest more time in the language right now.
UPDATE: See comment below for full error message and a link to the code.
In that case, you might enjoy this part of the article:
> For the foreseeable future, the Go team will stop pursuing syntactic language changes for error handling
If you do stuff the language doesn’t support, it’s not the languages problem.
I've never seen a single internal compiler issue in 10 years of working in Go.
What error are you talking about?