01. Getting started (Data Types & Variables)
Golang
Created by engineers at Google.
Go was created to combine -
The ease of programming of an interpreted, dynamically typed language (such as Python)
With the efficiency and safety of a statically typed, compiled language. (such as C++)
It als...
golang-basic.hashnode.dev17 min read