Wednesday, December 5, 2018

Go For Golang - Introduction And Environment Setup

Go is a general-purpose language, which was designed with systems programming in mind. At first Go feels more or less like C or C++, but it's certainly more than that. Three key aspects that make Go standout are, that it is compiled, garbage collected and above all it has explicit support for concurrent programming.

source https://www.c-sharpcorner.com/article/go-for-golang-introduction-environment-setup/

No comments:

Post a Comment