A comprehensive discussion on the basics of OOPS and how differently they are implemented in Golang.
Continue reading →GO
All articles in the GO category
New to Golang and trying to analyse how it is different from the languages you are coming from? Let's compare strings in Golang to strings in C++, and see some under-the-hood stuff.
Continue reading →