|
|
|
|
|
by majewsky
2438 days ago
|
|
A quick scrolling through the list shows various issues that have indeed been resolved: - GOPATH is a mess (not needed anymore) - bad dependency management (Go now has a somewhat conventional package manager built in) - immature GC (now one of the best of breed) - slow JSON parsing (has significantly improved since 2015) Also, a large part of the supposed evidence for "not good" is a matter of taste. |
|