Package Management and Generics are the two big ones that I agree with here. Inheritance, when used correctly, is really useful but is too often abused and for that reason alone I cool with it's omission. I'd add that the error handling, while readable, feels a little clunky when I'm writing it.
`if err == nil` (am I right!?)
Importing Gorilla really doesn't seem like it should be a deal breaker however I understand why someone fond of Python would lament not having everything built into the language ;).
`if err == nil` (am I right!?)
Importing Gorilla really doesn't seem like it should be a deal breaker however I understand why someone fond of Python would lament not having everything built into the language ;).