Go/Golang Basics
Go is Open Source Programming language that is statically typed . Although it is statically typed, It's so fast that it feels like it's an Interpreted language.
So let's start with the basics. As Go is a Compiled language, Its Code has to be conver...
tarunjain.hashnode.dev2 min read