Variables are super important for coding, and declaring one is one of the first things you should know how to do when learning a new programming language.
In Go, this is very easy to do. You simply use the keyword 'var'. To declare a variable without...