14/11/2019
GOLang is a relatively new programming language. It was set up in 2007 by Google’s Code Designers, Robert Giresemer, Rob Pike, and Ken Thompson.
Fun fact, the shared motivation between designers is the dislike for C++. Having that, GO was created as a hybrid of best offers of all pre-existing language. Golang is built with two implementations: (1)Google's self-hosting compiler toolchain targeting multiple operating systems, mobile devices, and WebAssembly; (2)and gccgo, a GCC frontend. The features of GO are varied:
Static typing and run-time efficiency (like C++)
Readability and usability (like Python or JavaScript)[25]
High-performance networking and multiprocessing
The installation, how-to(s), and information of the program can be found http://golang.org.
Based on my personal passion for the language and sharing, this page is dedicated to YOU, everyone who has (intense or little) interest in Golang. This is the place where you and me will keep the community updated, deepen knowledge, and stay curious!