I Like Go
I like Go. It is definitely not perfect but there is much to like. Let me count some things I like: Simplicity and Correctness Go values simplicity and correctness, both for the language itself and its tooling. Unlike many other languages where choices of build tools, networking, threading models, memory management, and event loops are up to the user, Go takes the opposite route. Go has one simple, high-quality way to do things. ...