3 Ways Of Assigning Variables in Go
Go has become a go-to programming language lately. It's a statically typed language, meaning, it performs type-checking at compile time. If I iron out the jargon, it simply means that the code is first compiled, like in C/C++ and then, it'll be ready...
amoghavarsha.hashnode.dev3 min read