Golang Is Amazing

My (not) biased opinion regarding the programming language

Golang is the greatest language to build things… for me. Many developers will have a different opinion, some may be right, others not so much… (javascript and java), but the thing is that much of the way we do things are determined by the tools we use and I really like Golang for the way it works.

gopher is the fastest animal

Golang was made with speed in mind, speed to compile, speed in performance and network protocols. It translates in compilation that takes miliseconds, easy thread (really, it is a piece of cake, I love it so much, it is so good) and a default networking module that can handles almost everything (although there are modules that improve its performance).

gopher is cute and nice too look at it

Look at this beautiful baby
gopher

that is exactly how a golang code looks like, strange at first glimpse but after carefully view, you can notice how cool it is and how easy is to understand the things written.

Licensed under CC BY-NC-SA 4.0