Golang: Understanding Variables

Now that we understand Golang’s project structure and how to write our own packages and commands, it’s time to get to the language basics and learn about variables. We will learn them in a very practical way - by writing code 🙂 The keyword var is the basic form to define variables. A var statement … Continue reading Golang: Understanding Variables